Skip to main content
A newer version of this page is available. .

AppointmentEditViewModelBase.Appointment Property

Gets the edited appointment.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public AppointmentItem Appointment { get; }

Property Value

Type Description
AppointmentItem

An AppointmentItem object that is the appointment being edited.

See Also