Converting ObservableCollection to List? April 14, 2023 by Tarik Just need to add the namespace using System.Linq; and use the method ToList() in the ObservableCollection object