Namespace Syncfusion.WinForms.DataGrid.Data
Classes
CollectionViewExtensions
Represents a class that provides the extended support for the collection view. |
DataGridDynamicPropertiesProvider
Represents a class that implements DynamicPropertiesProvider to get or set a value on the underlying dynamic data object which is used by CollectionViewAdv. |
DataGridItemsPropertiesProvider
Represents a class that implements IPropertyAccessProvider to get or set value on the underlying object which is used by CollectionViewAdv. |
DataGridTopLevelGroup
Represents the class that used to maintain the first-level of the Groups present in ICollectionViewAdv. It maintains the data structure for Grouping with ICollectionViewAdv. Iterate the DisplayElements property to get one-to-one mapping of the index with the TopLevelGroup items. Access all the Bottom-level and other nested level groups with the Groups property. |
DataGridVirtualizingTopLevelGroup
Represents the class that used to maintain the first-level of the Groups present in ICollectionViewAdv. It maintains the data structure for Grouping with ICollectionViewAdv. Iterate the DisplayElements property to get one-to-one mapping of the index with the TopLevelGroup items. Access all the Bottom-level and other nested level groups with the Groups property. |
DataTableCollectionViewWrapper
Represents the class that used to create the collection view for data table and data view. |
PagedCollectionViewWrapper
Represents the class that used to create the view for SfDataGrid with the paged collection. |
QueryableCollectionViewWrapper
Represents the class that used to create the view for SfDataGrid with the query able collection. |