TcxCustomScheduler.ControlBox Property
Represents the Control Box.
Declaration
property ControlBox: TcxSchedulerControlBox read; write;
Property Value
Type |
---|
TcxSchedulerControlBox |
Remarks
The Control Box provides a blank pane within the scheduler control. It can be used to embed other controls into the scheduler control. Thus the TcxSchedulerControlBox can serve as the scheduler control’s subcontainer for other controls.
See Also