Back to Devexpress

AppointmentEditViewModelBase.Appointment Property

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

latest1.5 KB
Original Source

AppointmentEditViewModelBase.Appointment Property

Gets the source appointment to which to apply changes.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public AppointmentItem Appointment { get; }
vb
Public ReadOnly Property Appointment As AppointmentItem

Property Value

TypeDescription
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

AppointmentEditViewModelBase Class

AppointmentEditViewModelBase Members

DevExpress.Xpf.Scheduling Namespace