Skip to main content
All docs
V25.1
  • DataSource.AutoRetryFetchMaxCount Property

    Gets or sets the maximum number of retries to load data to the Scheduler asynchronously. This is a bindable property.

    Namespace: DevExpress.Maui.Scheduler

    Assembly: DevExpress.Maui.Scheduler.dll

    NuGet Package: DevExpress.Maui.Scheduler

    Declaration

    public int AutoRetryFetchMaxCount { get; set; }

    Property Value

    Type Default Description
    Int32 10

    The maximum number of retries to load data to the Scheduler asynchronously.

    See Also