Back to Devexpress

TcxSchedulerOptionsView.VertSplitterWidth Property

vcl-cxschedulercustomcontrols-dot-tcxscheduleroptionsview-52db6cad.md

latest1.4 KB
Original Source

TcxSchedulerOptionsView.VertSplitterWidth Property

Specifies the width of the vertical splitter in pixels.

Declaration

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

Property Value

TypeDefault
IntegercxDefaultSplitterWidth

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

TcxSchedulerOptionsView.HorzSplitterWidth

TcxSchedulerOptionsView Class

TcxSchedulerOptionsView Members

cxSchedulerCustomControls Unit