vcl-cxschedulercustomcontrols-86254369.md
Contains the Control Box pane’s settings.
TcxSchedulerControlBox = class(
TcxSchedulerSubControl
)
The Control Box pane provides a blank area within the scheduler control. This area allows you to embed other controls into the scheduler control. For example, you can embed the TcxGrid control into the Control Box pane to implement a taskpad.
The Control Box pane can reside to the right or left of the scheduling area as specified by the scheduler’s OptionsView.ViewPosition property. Users can drag the vertical or horizontal splitter to resize the Control Box pane. To hide it, set the TcxSchedulerControlBox.Visible property to False.
The scheduler’s ControlBox property references a TcxSchedulerControlBox object.
TObject TPersistent TInterfacedPersistent TcxSchedulerSubControl TcxSchedulerControlBox
See Also