Skip to main content

TcxSchedulerTimeGridViewScales.MinorUnit Property

Specifies the minor time scale’s unit.

Declaration

property MinorUnit: TcxSchedulerTimeGridScaleUnit read; write; default suHour;

Property Value

Type Default
TcxSchedulerTimeGridScaleUnit suHour

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