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.v24.2.dll
Declaration
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