Skip to main content
A newer version of this page is available. .

AppointmentItemResizeEventArgs.State Property

Indicates the stage of the resize action.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

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