Enables collections to have the functionalities of current record management, custom sorting, filtering, and grouping.
Public Interface ICollectionView _ Inherits IEnumerable, INotifyCollectionChanged
public interface ICollectionView : IEnumerable, INotifyCollectionChanged
The ICollectionView type exposes the following members.
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.