property Event.Movable as Boolean
Specifies whether the user can move the event.

TypeDescription
Boolean A boolean expression that specifies whether an event can be moved at runtime.
By default, the Movable property of the Event is True. The Movable property indicates whether the user can move the event 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 AllowMoveEvent property indicates the combination of the keys to let user moves the events. The AllowMoveEventToOtherGroup property indicates whether an event can be moved from a group to another.

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. The Selectable property specifies whether the event can be selected at runtime. The Resizable property specifies whether the event can be resized at runtime. 

For instance, the The AllowMoveEvent property on exDisallow, indicates that no event can be moved at runtime.