TcxSchedulerTimeGridViewScales.MajorUnit Property
Specifies the major time scale’s unit.
Declaration
property MajorUnit: TcxSchedulerTimeGridScaleUnit read; write; default suDay;
Property Value
| Type | Default |
|---|---|
| TcxSchedulerTimeGridScaleUnit | suDay |
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