FetchRowsAsyncEventArgs.Result Property
In This Article
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public Task<FetchRowsResult> Result { get; set; }
#Property Value
Type |
---|
Task<Fetch |
See Also