Back to Devexpress

TcxSchedulerViewPosition Enum

vcl-cxschedulercustomcontrols-8dbed035.md

latest1.1 KB
Original Source

TcxSchedulerViewPosition Enum

Enumerates the available positions of the scheduling area with respect to the Date Navigator and Control Box panes in the scheduler.

Declaration

delphi
TcxSchedulerViewPosition = (
    vpRight,
    vpLeft,
    vpTop,
    vpBottom
);

Members

Name
vpRight
vpLeft
vpTop
vpBottom

Remarks

Values include:

ValueMeaning
vpRightThe scheduling area is displayed to the right of the Date Navigator and Control Box panes.
vpLeftThe scheduling area is displayed to the left of these panes.
vpTopThe scheduling area is displayed to the top of these panes.
vpBottomThe scheduling area is displayed to the bottom of these panes.

See Also

TcxSchedulerOptionsView.ViewPosition

cxSchedulerCustomControls Unit