Skip to main content
All docs
V25.1
  • FetchRowsAsyncArgs.AllowRetry Property

    Gets or sets whether to allow the GridControl to re-request data.

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.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