Skip to main content

AppointmentItemResizeEventArgs.State Property

Indicates the stage of the resize action.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public ResizeState State { get; }

Property Value

Type Description
ResizeState

A ResizeState object specifying the state of the appointment resizing.

Available values:

Name Description
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