Skip to main content

TimeScale.Enabled Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public bool Enabled { get; set; }

Property Value

Type Description
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