ICollectionViewFactory.CreateView Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a custom view for specialized sorting, filtering, grouping, and currency.
Assembly: System.Windows (in System.Windows.dll)
Return Value
Type: System.ComponentModel.ICollectionViewA custom view for specialized sorting, filtering, grouping, and currency.
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 with the bound collection.
When using the CollectionViewSource class, you can access the View property to retrieve the ICollectionView implementation.