Back to Devexpress

TcxSchedulerTimeGridViewScales.MinorUnit Property

vcl-cxschedulertimegridview-dot-tcxschedulertimegridviewscales-7daa2fd6.md

latest1.1 KB
Original Source

TcxSchedulerTimeGridViewScales.MinorUnit Property

Specifies the minor time scale’s unit.

Declaration

delphi
property MinorUnit: TcxSchedulerTimeGridScaleUnit read; write; default suHour;

Property Value

TypeDefault
TcxSchedulerTimeGridScaleUnitsuHour

Remarks

Use the MinorUnit property to specify the minor time scale’s unit.

Note

The MinorUnit property value can’t be the same or greater than the value of the MajorUnit property.

The default value of the MinorUnit property is suHour.

See Also

TcxSchedulerTimeGridViewScales.MajorUnit

TcxSchedulerTimeGridViewScales Class

TcxSchedulerTimeGridViewScales Members

cxSchedulerTimeGridView Unit