property Schedule.AllowMoveEvent as AllowKeysEnum
Specifies the combination of keys that allows the user to move the event.

TypeDescription
AllowKeysEnum An AllowKeysEnum expression that specifies keys that allows the user to move the events from the cursor.
By default, the AllowMoveEvent property is exLeftClick, which indicates that the user can press the left mouse button inside an event or selection, to start moving one or more events. The AllowMoveEvent property on exDisallow indicates that user can not move the events. The AllowMoveEvent property indicates the combination of the keys to let user moves the events. The Movable property of the Event indicates whether an event can be moved at runtime. The MinDate/MaxDate properties of the Event indicates the lower or upper margins where the event can be moved. The UpdateEvent event occurs once an event is resized or moved. The AllowMoveEventToOtherGroup property indicates whether an event can be moved from a group to another. The AllowRefineMoveKey property specifies whether the margins of the events being updated are aligned to minor/major rulers of the control's time scale.

The UpdateEventsLabel property indicates the HTML format to be shown on the label when the user moves the events. The UpdateEventsLabelAlign property aligns the label being shown when the user moves the event. The Background(exScheduleUpdateEventsBackColor)  and Background(exScheduleUpdateEventsForeColor)  specifies the visual appearance of the event being moved. The AllowCreateEvent property indicates the combination of the keys to let user creates new events. The AllowResizeEvent property indicates the combination of the keys to let user resizes the events.