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

AppointmentDragResizeViewModel(AppointmentItem, SchedulerControl) Constructor

Initializes new instance of the AppointmentDragResizeViewModel class with the specified settings.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public AppointmentDragResizeViewModel(
    AppointmentItem appointment,
    SchedulerControl scheduler
)

Parameters

Name Type Description
appointment AppointmentItem

An AppointmentItem object that is the appointment being dragged or resized.

scheduler SchedulerControl

A SchedulerControl instance.

See Also