Skip to main content
A newer version of this page is available. .

AppointmentRibbonForm.LoadFormData(Appointment) Method

Override this method in a custom form to load custom fields to form editors.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public virtual void LoadFormData(
    Appointment appointment
)

Parameters

Name Type Description
appointment Appointment

An Appointment object that is the appointment being edited in the form.

Remarks

When implementing a custom appointment form which descends from AppointmentForm or uses the AppointmentFormController, call the LoadFormData method to load the values of custom appointment fields.

See Also