Skip to main content

FetchRowsAsyncEventArgs.Result Property

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<FetchRowsResult>

A task that returns the FetchRowsResult.

See Also