Skip to main content

FetchRowsEventArgsBase Properties

Contains data for the FetchRows event.
Name Description
AllowRetry Gets or sets whether to allow the GridControl to re-request data.
CancellationToken Gets a token that allows you to respond to a task cancellation request invoked by the GridControl. Inherited from BaseAsyncArgs.
Filter Gets the GridControl‘s filter. 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 sort options. Inherited from FetchEventArgsBase.
See Also