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
Property Value
Type | Description |
---|---|
Task<FetchRowsResult> | A task that returns the FetchRowsResult. |
See Also