Skip to main content

AppointmentFormControllerBase.EditedAppointmentCopy Property

Gets the copy of the appointment currently being edited in the form.

Namespace: DevExpress.XtraScheduler.UI

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public override Appointment EditedAppointmentCopy { get; }

Property Value

Type Description
Appointment

An Appointment object.

Remarks

When an appointment is being edited in the Edit Appointment form using the AppointmentFormControllerBase object, all changes are applied to its copy. This copy can be accessed using the EditedAppointmentCopy property.

To apply all changes made to the copy of the appointment to the source appointment, call the AppointmentFormController.ApplyChanges method.

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

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