Back to Devexpress

TcxSchedulerOptionsView.HorzSplitterWidth Property

vcl-cxschedulercustomcontrols-dot-tcxscheduleroptionsview-26c635a0.md

latest1.3 KB
Original Source

TcxSchedulerOptionsView.HorzSplitterWidth Property

Specifies the width of the horizontal splitter in pixels.

Declaration

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

Property Value

TypeDefault
IntegercxDefaultSplitterWidth

Remarks

The horizontal splitter is the horizontal bar between the Date Navigator and the Control Box.

Note

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

The default value of the HorzSplitterWidth property is cxDefaultSplitterWidth.

See Also

TcxSchedulerOptionsView.VertSplitterWidth

TcxSchedulerOptionsView Class

TcxSchedulerOptionsView Members

cxSchedulerCustomControls Unit