Back to Devexpress

AppointmentDragResizeViewModel Class

wpf-devexpress-dot-xpf-dot-scheduling-21b79bdb.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class AppointmentDragResizeViewModel :
    AppointmentEditViewModelBase
vb
Public Class AppointmentDragResizeViewModel
    Inherits 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

Object BindableBase ViewModelBase AppointmentEditViewModelBase AppointmentDragResizeViewModel

See Also

AppointmentDragResizeViewModel Members

DevExpress.Xpf.Scheduling Namespace