Back to Devexpress

AppointmentItemResizeEventArgs.State Property

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

latest1.4 KB
Original Source

AppointmentItemResizeEventArgs.State Property

Indicates the stage of the resize action.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ResizeState State { get; }
vb
Public ReadOnly Property State As ResizeState

Property Value

TypeDescription
ResizeState

A ResizeState object specifying the state of the appointment resizing.

|

Available values:

NameDescription
Start

Indicates that the resize action is started.

| | Continue |

Indicates that the resize action is continuing.

| | Commit |

Indicates that the resize action has ended.

|

See Also

AppointmentItemResizeEventArgs Class

AppointmentItemResizeEventArgs Members

DevExpress.Xpf.Scheduling Namespace