.NET Framework Class Library for Silverlight
ICollectionView Interface

Enables collections to have the functionalities of current record management, custom sorting, filtering, and grouping.

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

Visual Basic (Declaration)
Public Interface ICollectionView _
    Inherits IEnumerable, INotifyCollectionChanged
Visual Basic (Usage)
Dim instance As ICollectionView
C#
public interface ICollectionView : IEnumerable, 
    INotifyCollectionChanged
Remarks

The DataGrid control uses this interface to access the indicated functionality in the data source assigned to its ItemsSource property. If the ItemsSource implements IList, but does not implement ICollectionView, the DataGrid wraps the ItemsSource in an internal ICollectionView implementation.

Platforms

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

See Also

Reference

Tags :


Page view tracker