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

TcxSchedulerTimeGridViewScales Class

The TcxSchedulerTimeGridViewScales class represents settings for the major and minor time scales.

#Declaration

Delphi
TcxSchedulerTimeGridViewScales = class(
    TPersistent
)

#Remarks

The TcxSchedulerTimeGridViewScales class provides an interface for specifying whether the major or minor time scale is visible in the scheduling area, the types of the scale units, the division on the time selection bar, etc.

The TcxSchedulerTimeGridViewScales object is referenced by the View’s Scales property.

#Inheritance

TObject
TPersistent
TcxSchedulerTimeGridViewScales
See Also