Skip to main content

FetchEventArgsBase Properties

Contains data for the FetchRows event.
Name Description
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.
Skip Gets the number of rows to skip in a returned result set.
SkipToken Gets the skip token.
SortOrder Gets the GridControl‘s sort options.
See Also