This topic has not yet been rated - Rate this topic

ICollectionViewFactory Interface

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)
public interface ICollectionViewFactory

The ICollectionViewFactory type exposes the following members.

  Name Description
Public method Supported by Silverlight for Windows Phone CreateView Returns a custom view for specialized sorting, filtering, grouping, and currency.
Top

The CreateView method is called when you set the CollectionViewSource.Source or DataGrid.ItemsSource 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.

Silverlight

Supported in: 5, 4

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ