Back to Devexpress

DataSource.AutoRetryFetchTimeOut Property

maui-devexpress-dot-maui-dot-scheduler-dot-datasource-088c82db.md

latest930 B
Original Source

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

csharp
public int AutoRetryFetchTimeOut { get; set; }

Property Value

TypeDefaultDescription
Int32200

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

|

See Also

DataSource Class

DataSource Members

DevExpress.Maui.Scheduler Namespace