Skip to main content

DataSource.AutoRetryFetchTimeOut Property

Gets or sets the retry timeout 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 AutoRetryFetchTimeOut { get; set; }

Property Value

Type Default Description
Int32 200

The retry timeout (in milliseconds) to load data to the Scheduler asynchronously.

See Also