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

TcxSchedulerControlBox Class

Contains the Control Box pane’s settings.

#Declaration

Delphi
TcxSchedulerControlBox = class(
    TcxSchedulerSubControl
)

#Remarks

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.

See Also