TcxSchedulerTimeGridViewScales.MajorUnit Property
In This Article
Specifies the major time scale’s unit.
#Declaration
Delphi
property MajorUnit: TcxSchedulerTimeGridScaleUnit read; write; default suDay;
#Property Value
Type | Default |
---|---|
Tcx |
su |
#Remarks
Use the MajorUnit property to specify the unit of the major time scale.
The default value of the MajorUnit property is suDay.
See Also