AppointmentFormControllerBase.ApplyChanges() Method
In This Article
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.v14.2.Core.dll
#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.
See Also