FetchRowsAsyncEventArgs.Result Property
In This Article
Gets or sets the result of the row fetching operation.
Namespace: DevExpress.Data
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public Task<FetchRowsResult> Result { get; set; }
#Property Value
Type | Description |
---|---|
Task<Fetch |
A task that returns the Fetch |
See Also