Back to Devexpress

ResizeAppointmentOverEventArgs.ResizeHandle Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-resizeappointmentovereventargs-ee95e6c8.md

latest1.4 KB
Original Source

ResizeAppointmentOverEventArgs.ResizeHandle Property

Indicates whether the user drags the start or end of the appointment.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ResizeHandle ResizeHandle { get; }
vb
Public ReadOnly Property ResizeHandle As ResizeHandle

Property Value

TypeDescription
ResizeHandle

A DevExpress.Xpf.Scheduling.ResizeHandle enumeration value.

|

Available values:

NameDescription
Start

The user is dragging the appointment’s top edge.

| | End |

The user is dragging the appointment’s bottom edge.

|

See Also

ResizeAppointmentOverEventArgs Class

ResizeAppointmentOverEventArgs Members

DevExpress.Xpf.Scheduling Namespace