Skip to main content
A newer version of this page is available. .

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.
SortInfo Returns information about sort settings for selected items.
StartIndex Specifies the index of the first item to be selected.
See Also