Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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