Windows.UI.Xaml.Data.ICollectionViewFactory

July 6, 2022 ยท View on GitHub

-description

Supports creation of the relevant ICollectionView implementation.

-remarks

The CreateView method is called when you set the CollectionViewSource.Source property to an ICollectionViewFactory implementation. The returned ICollectionView implementation is used to manage sorting, filtering, grouping, and currency for the bound collection. When using the CollectionViewSource class, you can access the View property to retrieve the ICollectionView implementation.

-examples

-see-also

CollectionViewSource, Binding, XAML data binding sample, Data binding in depth