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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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.
Related GitHub Examples
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.