Back to Devexpress

AppointmentEditViewModelBase.EditAppointment Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmenteditviewmodelbase-bf9acc6f.md

latest1.4 KB
Original Source

AppointmentEditViewModelBase.EditAppointment Property

Gets the edited appointment whose properties are displayed in the Edit Form.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public AppointmentItem EditAppointment { get; protected set; }
vb
Public Property EditAppointment As AppointmentItem

Property Value

TypeDescription
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

AppointmentEditViewModelBase Class

AppointmentEditViewModelBase Members

DevExpress.Xpf.Scheduling Namespace