AppointmentDragResizeViewModel(AppointmentItem, SchedulerControl) Constructor
Initializes a new instance of the AppointmentDragResizeViewModel class with the specified settings.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v25.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
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