Back to Devexpress

AppointmentItemResizeEventArgs.ViewModel Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitemresizeeventargs.md

latest1.3 KB
Original Source

AppointmentItemResizeEventArgs.ViewModel Property

Provides access to the View Model for the resized appointment.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public AppointmentDragResizeViewModel ViewModel { get; }
vb
Public ReadOnly Property ViewModel As AppointmentDragResizeViewModel

Property Value

TypeDescription
AppointmentDragResizeViewModel

A AppointmentDragResizeViewModel object that is the target View Model.

|

See Also

AppointmentItemResizeEventArgs Class

AppointmentItemResizeEventArgs Members

DevExpress.Xpf.Scheduling Namespace