Back to Devexpress

DataSource.AutoRetryFetchMaxCount Property

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

latest1.2 KB
Original Source

DataSource.AutoRetryFetchMaxCount Property

Gets or sets the maximum number of retries 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 AutoRetryFetchMaxCount { get; set; }
vb
Public Property AutoRetryFetchMaxCount As Integer

Property Value

TypeDescription
Int32

Specifies the maximum number of retries.

|

See Also

DataSource Class

DataSource Members

DevExpress.Xpf.Scheduling Namespace