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

TcxSchedulerOptionsView.VertSplitterWidth Property

Specifies the width of the vertical splitter in pixels.

#Declaration

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

#Property Value

Type Default
Integer cxDefaultSplitterWidth

#Remarks

The vertical splitter is a vertical bar between the scheduling area on one side and the Date Navigator and Control Box on the other.

Note

the splitter’s minimum width cannot be less than that denoted by the cxMinSplitterWidth constant.

The default value of the VertSplitterWidth property is cxDefaultSplitterWidth.

See Also