Back to Devexpress

DataSource.AutoRetryFetchTimeOut Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-datasource-b117166f.md

latest1.2 KB
Original Source

DataSource.AutoRetryFetchTimeOut Property

Gets or sets the retry timeout in the SchedulerControl during an asynchronous data load. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public int AutoRetryFetchTimeOut { get; set; }
vb
Public Property AutoRetryFetchTimeOut As Integer

Property Value

TypeDescription
Int32

Specifies the retry timeout in milliseconds.

|

See Also

DataSource Class

DataSource Members

DevExpress.Xpf.Scheduling Namespace