property Schedule.AllowMoveSchedule as AllowKeysEnum
Specifies the combination of keys that allows the user to move the schedule view.

TypeDescription
AllowKeysEnum An AllowKeysEnum expression that specifies the keys combination so the user can navigate the entire calendar without selecting dates in the calendar panel.
By default, the AllowMoveSchedule property is exLeftClick + exSHIFTKey, which indicates that the user can navigate the entire scheduler by clicking the left mouse button and pressing the SHIFT key. The AllowMoveSchedule property allows the user to move or navigate the schedule view to a new position, without selecting a new date in the calendar panel. This options gives you the ability to go to neighbor view with just a click. The AllowResizeSchedule property allows you to magnify the schedule view to view more dates without selecting new dates in the calendar panel. The AllowExchangePanels property allows the user to move a panel from a side to another. The LayoutStartChanging(exScheduleMove) event occurs once the user starts navigating the schedule view to a new position. The LayoutEndChanging( exScheduleMove) event occurs once the user moved the schedule view to a new position. The FitSelToView method restores the view to fit the selected dates. The ClipToSel property indicates whether the control clips the schedule panel to view the selected dates only.

The following screen shot shows the schedule view at initial position:

The following screen shot shows the schedule view at a new position: