property Schedule.AllowExchangePanels as AllowKeysEnum
Exchanges the panels when the user clicks the giving keys combination and drag the panel to a new position.

TypeDescription
AllowKeysEnum An AllowKeysEnum expression that specifies the keys the user can exchange the position of the calendar/schedule view.
By default, the AllowExchangePanels property is exLeftClick + exSHIFTKey + exCTRLKey. The AllowExchangePanels property specifies whether the user can drag and drop a panel ( calendar panel or schedule panel ) to a new position/alignment. For instance, the AllowExchangePanels allows the user to move the calendar panel to the right side of the control at runtime, if the user clicks the calendar panel while pressing the SHIFT + CTRL keys, and drag the mouse to the ride side of the schedule view. The OnResizeControl property is changed once the user drags a panel to a new position. The AllowExchangePanels property on exDisallow prevents exchanging the panels at runtime.

Also, you can use the OnResizeControl property to specify one of the followings: