ListCollectionView for sorting,filtering data collection
ListCollectionView for sorting,filtering data collection
When we wanted to perform filtering, sorting of data over a binded data collection, collection view might be helpful. If the source collection implements INotifyCollectionChanged interface, the changes raised by the CollectionChanged event are reflected to the views.
ListcollectionView Represents the collection view for collections that implement IList as Mictosoft Doc says.
Create a…
View On WordPress













