TcxSchedulerDayView.TimeScale Property
In This Article
Specifies the minimum time interval (in minutes) denoted on time ruler scales in the scheduling area.
#Declaration
Delphi
property TimeScale: Integer read; write; default cxDefaultTimeScale;
#Property Value
Type | Default |
---|---|
Integer | cx |
#Remarks
You can use this property to change the time ruler scale resolution. The TimeScale property value is also a minimum step for changing the start and end times of user events via drag-and-drop operations in the Day View.
Note
Time rulers display minute labels and tick marks only if the Time
The default TimeScale property value is the cxDefaultTimeScale global constant.
See Also