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

AppointmentEditViewModelBase.EditAppointment Property

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public AppointmentItem EditAppointment { get; protected set; }

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