TcxSchedulerTimeGridViewScales Class
In This Article
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