Windows.UI.Xaml.Data.ICollectionViewFactory.CreateView

July 6, 2022 ยท View on GitHub

-description

Creates an ICollectionView instance using default settings.

-returns

The default view.

-remarks

This 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