Skip to main content
A newer version of this page is available. .

InfiniteAsyncSource.FetchRows Event

Allows you to fetch rows.

Namespace: DevExpress.Data

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

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
Result Gets or sets the result of the row fetching operation.
See Also