FetchPageEventArgsBase Properties
Provides data for the PagedAsyncSource.FetchPage and PagedSource.FetchPage events.| Name | Description |
|---|---|
| Filter | Gets the GridControl filtering. Inherited from FetchEventArgsBase. |
| Skip | Gets the number of rows to skip in a returned result set. Inherited from FetchEventArgsBase. |
| SkipToken | Gets the skip token. Inherited from FetchEventArgsBase. |
| SortOrder | Gets the GridControl‘s sorting. Inherited from FetchEventArgsBase. |
| Take | Gets the number of rows to take in a returned result set. |
See Also