GridCustomDataSourceItemsOptions Properties
Contains data for the GridCustomDataSource.GetItemsAsync and GridDevExtremeDataSource.GetItemsAsync methods.| Name | Description |
|---|---|
| Count | Specifies the number of items that match specified options. |
| FilterCriteria | Specifies a filter criteria. Inherited from GridCustomDataSourceOptions. |
| ParentGroupInfo | Returns information about parent groups. |
| SortInfo | Returns information about sort settings for selected items. |
| StartIndex | Specifies the index of the first item to be selected. |
See Also