FetchAsyncArgsBase Properties
Populates commands bound to the InfiniteAsyncSource.FetchRowsCommand / PagedAsyncSource.FetchPageCommand properties with data.| Name | Description |
|---|---|
| CancellationToken | Gets a token that allows you to respond to a task cancellation request invoked by the GridControl. |
| Filter | Gets the GridControl‘s filter. |
| Keys | Gets keys that you passed to the ReloadRows(Object[]) method. |
| Result | Gets or sets the result of the fetch rows / fetch page operations. |
| Skip | Gets the number of rows to skip in a returned result set. |
| SortOrder | Gets the GridControl‘s sort order. |
See Also