Skip to main content

AppointmentEditViewModelBase.Appointment Property

Gets the source appointment to which to apply changes.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentItem Appointment { get; }

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