Classes
| Class | Description |
| BaseCollectionView | A 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
| Interface | Description |
| ICollectionViewFilterExtension | The ICollectionViewFilterExtension contains the property used by the C1DataGrid to perform filtering. Users that need to customized filtering should implement this interface. |
| ICollectionViewGroupExtension | The ICollectionViewFilterExtension contains the property used by the C1DataGrid to perform grouping. Users that need to customized grouping should implement this interface. |
| ICollectionViewSortExtension | The ICollectionViewFilterExtension contains the property used by the C1DataGrid to perform sorting. Users that need to customized sorting should implement this interface. |
See Also