FetchAsyncArgsBase Properties
Populates commands bound to the InfiniteAsyncSource.FetchRowsCommand / PagedAsyncSource.FetchPageCommand properties with data.
Name | Description |
---|---|
Cancellation |
Gets a token that allows you to respond to a task cancellation request invoked by the Grid |
Filter |
Gets the Grid |
Keys |
Gets keys that you passed to the Reload |
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. |
Sort |
Gets the Grid |
See Also