Back to Devexpress

TcxSchedulerControlBox Class

vcl-cxschedulercustomcontrols-86254369.md

latest2.0 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxSchedulerSubControl TcxSchedulerControlBox

See Also

Control Box

Custom Drawing

TcxSchedulerControlBox Members

cxSchedulerCustomControls Unit