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

AppointmentEditViewModel(AppointmentItem, SchedulerControl) Constructor

Initializes a new instance of the AppointmentEditViewModel class with the specified settings.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public AppointmentEditViewModel(
    AppointmentItem appointmentItem,
    SchedulerControl scheduler
)

Parameters

Name Type Description
appointmentItem AppointmentItem

An AppointmentItem object that is the appointment being edited.

scheduler SchedulerControl

A SchedulerControl instance.

See Also