Back to Devexpress

TimeScale.Enabled Property

corelibraries-devexpress-dot-xtrascheduler-dot-timescale-90ff64b4.md

latest1.2 KB
Original Source

TimeScale.Enabled Property

Gets or sets if the time scale is enabled for the View.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public bool Enabled { get; set; }
vb
Public Property Enabled As Boolean

Property Value

TypeDescription
Boolean

true if the time scale is enabled; otherwise, false.

|

Remarks

Use this property to disable or enable any time scale for the View. If the time scale is disabled, it will be not shown.

See Also

TimeScale Class

TimeScale Members

DevExpress.XtraScheduler Namespace