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

AppointmentFormController.ApplyChanges() Method

Copies the values of all the appointment copy’s properties that are currently being edited in the form to the corresponding properties of the source appointment.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public override void ApplyChanges()

Remarks

All changes made to the appointment which is currently edited in the Edit Appointment form are applied not to the source appointment, but to its copy (accessed via the AppointmentFormControllerBase.EditedAppointmentCopy property). Use the ApplyChanges method to apply all changes made to the appointment copy to the source appointment.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ApplyChanges() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also