InfiniteAsyncSource.FetchRows Event
Allows you to fetch rows.
Namespace: DevExpress.Data
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Event Data
The FetchRows event's data class is FetchRowsAsyncEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Result | Gets or sets the result of the row fetching operation. |
See Also