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