ComponentOne DataGrid for WPF and Silverlight
Inheritance Hierarchy
In This Topic
    C1.Silverlight.DataGrid.Data Namespace
    In This Topic
    Classes
     ClassDescription
    ClassA basic implementation of the ICollectionView, IPagedCollectionView, IEditableCollectionView that can be used as base class and extended by the user who wants to implement one of the mentioned interfaces without creating the whole class.
    Interfaces
     InterfaceDescription
    InterfaceThe ICollectionViewFilterExtension contains the property used by the C1DataGrid to perform filtering. Users that need to customized filtering should implement this interface.
    InterfaceThe ICollectionViewFilterExtension contains the property used by the C1DataGrid to perform grouping. Users that need to customized grouping should implement this interface.
    InterfaceThe ICollectionViewFilterExtension contains the property used by the C1DataGrid to perform sorting. Users that need to customized sorting should implement this interface.
    See Also