Back to Devexpress

AppointmentModificationControllerBase.EditedAppointmentCopy Property

corelibraries-devexpress-dot-xtrascheduler-dot-native-dot-appointmentmodificationcontrollerbase.md

latest2.0 KB
Original Source

AppointmentModificationControllerBase.EditedAppointmentCopy Property

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

Namespace : DevExpress.XtraScheduler.Native

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public virtual Appointment EditedAppointmentCopy { get; }
vb
Public Overridable ReadOnly Property EditedAppointmentCopy As Appointment

Property Value

TypeDescription
Appointment

An Appointment object.

|

Remarks

When an appointment is being edited in the Edit Appointment form using the AppointmentModificationControllerBase 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 AppointmentModificationControllerBase.ApplyChanges method.

See Also

AppointmentModificationControllerBase Class

AppointmentModificationControllerBase Members

DevExpress.XtraScheduler.Native Namespace