Skip to main content

TimeScale.Enabled Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.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 the Enabled property to disable or enable any time scale for the Timeline View. If the time scale is disabled, it will not be shown.

See Also