TcxSchedulerOptionsView.ViewPosition Property
In This Article
Specifies the position of the scheduling area with respect to the Date Navigator and Control Box panes in the scheduler control.
#Declaration
Delphi
property ViewPosition: TcxSchedulerViewPosition read; write; default vpLeft;
#Property Value
Type | Default |
---|---|
Tcx |
vp |
#Remarks
Refer to the TcxSchedulerViewPosition enumeration that provides a description of available values.
The default value of the ViewPosition property is vpRight.
See Also