Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.16 KB

icollectionviewfactory.md

File metadata and controls

23 lines (15 loc) · 1.16 KB
-api-id -api-type
T:Windows.UI.Xaml.Data.ICollectionViewFactory
winrt interface

Windows.UI.Xaml.Data.ICollectionViewFactory

-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