C1.WPF.DataGrid.Data Namespace
In This Topic
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