Skip to main content

AppointmentDependencyFormController.ApplyChanges() Method

Copies the Type value of the AppointmentDependency copy that is currently being edited in the form to the corresponding properties of the source appointment dependency.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual void ApplyChanges()

Remarks

All changes made to the dependency which is currently edited in the Appointment Dependency form are applied, not to the source dependency, but to its copy. Use the ApplyChanges method to apply all changes made to the copy to the source dependency.

See Also