Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomScheduler.ControlBox Property

Represents the Control Box.

#Declaration

Delphi
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