Member Table: Appointment Form
Below is the list of the primary members which can be used to invoke the standard Edit Appointment form, or substitute it with a custom one.
Public Methods
Name | Description |
---|---|
SchedulerControl.ShowEditAppointmentForm | Invokes the Edit Appointment form for the specified appointment. Also, optionally invokes the Recurrence dialog and disables all editors on this form, if required. |
SchedulerControl.CreateNewAppointment | Invokes the Edit Appointment form for a new appointment. |
SchedulerControl.CreateNewAllDayEvent | Invokes the Edit Appointment form for a new all-day appointment. |
SchedulerControl.CreateNewRecurringAppointment | Invokes the Edit Appointment form for a new recurring appointment. |
SchedulerControl.CreateNewRecurringEvent | Invokes the Edit Appointment form for a new recurring all-day appointment. |
Public Events
Name | Description |
---|---|
SchedulerControl.EditAppointmentFormShowing | Occurs before the Edit Appointment form is invoked. Handle this event to perform any actions prior to the Edit Appointment dialog being shown, as for example, when a custom dialog is substituted for the standard one. |
Related Classes
Name | Description |
---|---|
AppointmentFormController | Enables you to create your own appointment editing form or to modify the default form to add support for custom fields. |