AppointmentEditViewModelBase.Appointment Property
Gets the source appointment to which to apply changes.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v25.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
| Type | Description |
|---|---|
| AppointmentItem | An AppointmentItem object that is the appointment being edited. |
Remarks
When the user clicks the Save button in the Edit Form, the scheduler commits the changes from the item returned by the EditAppointment property.
See Also