Skip to main content

AppointmentModificationControllerBase.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.Native

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public virtual 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 snippet (auto-collected from DevExpress Examples) contains a reference 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