Skip to main content
All docs
V24.1

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

public bool AllowRetry { get; set; }

Property Value

Type Description
Boolean

true to allow the GridControl to re-request data; otherwise, false.

See Also