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)
Visual Basic (Declaration)
Public Interface ICollectionView _
Inherits IEnumerable, INotifyCollectionChanged
Dim instance As ICollectionView
public interface ICollectionView : IEnumerable,
INotifyCollectionChanged
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference