wpf-devexpress-dot-xpf-dot-scheduling-21b79bdb.md
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.v25.2.dll
NuGet Package : DevExpress.Wpf.Scheduling
public class AppointmentDragResizeViewModel :
AppointmentEditViewModelBase
Public Class AppointmentDragResizeViewModel
Inherits AppointmentEditViewModelBase
The following members return AppointmentDragResizeViewModel objects:
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.
Object BindableBase ViewModelBase AppointmentEditViewModelBase AppointmentDragResizeViewModel
See Also