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