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.v20.2.dll

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

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