-api-id | -api-type |
---|---|
T:Windows.UI.Xaml.Data.ICollectionViewFactory |
winrt interface |
Supports creation of the relevant ICollectionView implementation.
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.
CollectionViewSource, Binding, XAML data binding sample, Data binding in depth