Skip to main content
All docs
V23.2

StepProgressBarItemState Enum

Lists StepProgressBarItem states.

Namespace: DevExpress.Xpf.Controls

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public enum StepProgressBarItemState

Members

Name Description
NotStarted

The progress bar item state before it starts.

Indeterminate

The indeterminate item.

Completed

The completed item.

Related API Members

See Also