Back to Devexpress

SchedulerControl.ShowWaitIndicator Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-854cb316.md

latest1.4 KB
Original Source

SchedulerControl.ShowWaitIndicator Property

Gets or sets whether to display the Wait Indicator in the SchedulerControl during the 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 bool ShowWaitIndicator { get; set; }
vb
Public Property ShowWaitIndicator As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display the Wait Indicator; otherwise, false

|

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace