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

ResizeState Enum

Lists states of the resize action.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public enum ResizeState

Members

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.

Related API Members

The following properties accept/return ResizeState values:

See Also