Important
You are viewing documentation for the legacy WPF Scheduler control. If you're starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.
The AppointmentFormController class enables you to create your own custom appointment editing form and use it instead of the default form. It can be helpful, for example, when it is necessary to add the capability to edit custom fields using the custom Edit Appointment form, or to change the form's layout. You can customize the appointment's time interval, subject, location, description, status and label, resource index, recurrence options, etc. using the members of this class.
For an example on how to create a custom Edit appointment form using the AppointmentFormController class, refer to Lesson 9 - Create a Custom Edit Appointment Form (legacy).