Skip to main content

AppointmentDragResizeViewModel Class

View model used in the drag-and-drop and resize operations, containing appointment property values which are modified during an action.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public class AppointmentDragResizeViewModel :
    AppointmentEditViewModelBase

The following members return AppointmentDragResizeViewModel objects:

Remarks

The AppointmentDragResizeViewModel view model temporarily holds updated values of appointment properties modified in drag-and-drop or resize operations. The original appointment is available using the AppointmentEditViewModelBase.Appointment property. After the operation is complete, view model values are used to update the original appointment.

Inheritance

See Also