property Schedule.Events as Events
Gets the Events collection of the scheduler.

TypeDescription
Events An Events collection that holds the events or appointments of the control.
The Add method adds programmatically a new event/appointment to the control. The AddEvent event occurs once a new event is added to the Events collection. The RemoveEvent event occurs once an event is removed. The UpdateEvent event occurs once the margins of the event are updated. The LayoutStartCreating(exScheduleCreateEvent) event occurs once a new event is creating using the mouse. The LayoutEndCreating(exScheduleCreateEvent) event occurs once the event has been created at runtime using the mouse.

The AllowCreateEvent property indicates the combination of keys that user can use to create a new event at runtime. The CreateEventLabel property specifies the label to be shown when the user creates a new event. The CreateEventLabelAlign property indicates the alignment of the label while user creates new events. The Background(exScheduleCreateEventBackColor) and Background(exScheduleCreateEventForeColor) properties indicate the visual aspect of the label being shown to create new events.