Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerTimeGridViewScales.MinorUnit Property

Specifies the minor time scale’s unit.

#Declaration

Delphi
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