FetchRowsAsyncArgs.AllowRetry Property
Gets or sets whether to allow the GridControl to re-request data.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to allow the GridControl to re-request data; otherwise, false. |
See Also