Back to Devexpress

AppointmentFormController Class

windowsforms-devexpress-dot-xtrascheduler-dot-ui-58a77cfd.md

latest2.3 KB
Original Source

AppointmentFormController Class

Provides all the settings which are required to edit a particular appointment in an Edit Appointment form.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class AppointmentFormController :
    AppointmentFormControllerBase
vb
Public Class AppointmentFormController
    Inherits AppointmentFormControllerBase

Remarks

The AppointmentFormController class enables you to customize the default appointment editing form or create your own. It can be helpful, for example, when it’s necessary to add the capability to edit custom fields using the custom Edit Appointment form, or simply 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.

Note

To substitute the standard Edit Appointment form with your own custom form, handle the SchedulerControl.EditAppointmentFormShowing event and set the ShowFormEventArgs.Handled property value to true.

Inheritance

Object AppointmentModificationControllerBase AppointmentFormControllerBase AppointmentFormController

See Also

AppointmentFormController Members

EditAppointmentFormShowing

Forms

DevExpress.XtraScheduler.UI Namespace