TimeScale.Enabled Property
Gets or sets if the time scale is enabled for the View.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
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