Skip to main content
A newer version of this page is available. .

TimeScale.Enabled Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
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