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.MinorUnitWidth Property

Specifies the width in pixels of the minor time scale’s unit.

#Declaration

Delphi
property MinorUnitWidth: Integer read; write; default cxDefaultMinorUnitWidth;

#Property Value

Type Default
Integer cxDefaultMinorUnitWidth

#Remarks

Use the MinorUnitWidth property to specify the width of the minor time scale’s unit.

The default value of the MinorUnitWidth property is cxDefaultMinorUnitWidth.

See Also