InfiniteAsyncSource.FetchRows Event
In This Article
Allows you to fetch rows.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public event EventHandler<FetchRowsAsyncEventArgs> FetchRows
#Event Data
The FetchRows event's data class is FetchRowsAsyncEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Allow |
Gets or sets whether to allow the Grid |
Cancellation |
Gets a token that allows you to respond to a task cancellation request invoked by the Grid |
Filter |
Gets the Grid |
Result | |
Skip |
Gets the number of rows to skip in a returned result set.
Inherited from Fetch |
Skip |
Gets the skip token.
Inherited from Fetch |
Sort |
Gets the Grid |
See Also