AppointmentEditViewModelBase.EditAppointment Property
Gets the edited appointment whose properties are displayed in the Edit Form.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
AppointmentItem | The appointment item being edited. |
Remarks
When the user clicks the Save button in the Edit Form, the scheduler commits the changes to the item returned by the Appointment property.
See Also