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

Specifies the width in pixels of the major time scale’s splitter.

#Declaration

Delphi
property MajorUnitSeparatorWidth: Integer read; write; default cxDefaultSplitterWidth;

#Property Value

Type Default
Integer cxDefaultSplitterWidth

#Remarks

The major scale’s splitter is a bar that visually divides the units on the major time scale.

Use the MajorUnitSeparatorWidth property to specify the width of the major time scale’s splitter.

The default value of the MajorUnitSeparatorWidth property is cxDefaultSplitterWidth.

See Also