property Schedule.AllowCreateEvent as AllowKeysEnum
Specifies keys combination that allows the user to create events in the schedule view.

TypeDescription
AllowKeysEnum An AllowKeysEnum expression that specifies the keys combination so user can create new events at runtime.
By default, the AllowCreateEvent property is exLeftClick, which indicates that the user can press the left mouse button to start creating a new event. The AllowCreateEvent property on exDisallow indicates that user can not creates new events. The AllowCreateEvent property indicates the combination of the keys to let user creates new events. The AddEvent event is fired once the user creates a new event. The AllowCreateAllDayEvent property specifies whether the user can create all day events, at runtime. The AllowMultiDaysEvent property indicates whether the user can create events that may start on a day and ends on other. 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 CreateEventLabel property indicates the HTML format to be shown on the label when the user creates a new event. The CreateEventLabelAlign property aligns the label being shown when the user creates a new event. The AllowMoveEvent property indicates the combination of the keys to let user moves the events. The AllowResizeEvent property indicates the combination of the keys to let user resizes the events.   

The Background(exScheduleCreateEventBackColor)  and Background(exScheduleCreateEventForeColor)  specifies the visual appearance of the event being created.