TcxSchedulerStyles.VertSplitter Property
Specifies the vertical splitter’s style settings.
Declaration
property VertSplitter: TcxStyle index cxcsVSplitter read; write;
Property Value
Type |
---|
TcxStyle |
Remarks
The vertical splitter delimits two areas within the scheduler:
The larger portion occupied by the scheduling area;
The smaller portion occupied by the Date Navigator, Control Box and/or Tree Browser.
Use the VertSplitter property to specify the style settings applied to the vertical splitter.
For detailed information on working with the Styles technology, refer to examples in the Styles topic.
See Also