Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerDayView.TimeScale Property

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 cxDefaultTimeScale

#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 TimeScale property value is less than 60.

The default TimeScale property value is the cxDefaultTimeScale global constant.

See Also