Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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