Skip to main content
A newer version of this page is available. .
All docs
V20.2

ITimeScale.IsEnabled Property

Gets or sets whether the Scheduler displays the time scale.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

bool IsEnabled { get; set; }

Property Value

Type Description
Boolean

true, to display the time scale; otherwise, false.

See Also