ICollectionViewFactory Interface
TOC
Collapse the table of content
Expand the table of content

ICollectionViewFactory Interface

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Defines a method that enables a collection to provide a custom view for specialized sorting, filtering, grouping, and currency.

Namespace:  System.ComponentModel
Assembly:  System.Windows (in System.Windows.dll)

No code example is currently available or this language may not be supported.

The ICollectionViewFactory type exposes the following members.

  NameDescription
Public methodCreateViewReturns a custom view for specialized sorting, filtering, grouping, and currency.
Top

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 with the bound collection.

When using the CollectionViewSource class, you can access the View property to retrieve the ICollectionView implementation.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft