Back to Devexpress

StartAppointmentResizeEventArgs.ResizeAppointment Property

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

latest1.4 KB
Original Source

StartAppointmentResizeEventArgs.ResizeAppointment Property

Returns a temporary copy of the appointment the end-user attempts to resize. This copy is passed to the QueryContinueAppointmentResizeEventArgs.ResizeAppointment event parameter.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public AppointmentItem ResizeAppointment { get; }
vb
Public ReadOnly Property ResizeAppointment As AppointmentItem

Property Value

TypeDescription
AppointmentItem

A DevExpress.Xpf.Scheduling.AppointmentItem object.

|

See Also

StartAppointmentResizeEventArgs Class

StartAppointmentResizeEventArgs Members

DevExpress.Xpf.Scheduling Namespace