Skip to main content

TcxSchedulerOptionsView.ViewPosition Property

Specifies the position of the scheduling area with respect to the Date Navigator and Control Box panes in the scheduler control.

Declaration

property ViewPosition: TcxSchedulerViewPosition read; write; default vpLeft;

Property Value

Type Default
TcxSchedulerViewPosition vpLeft

Remarks

Refer to the TcxSchedulerViewPosition enumeration that provides a description of available values.

The default value of the ViewPosition property is vpRight.

See Also