Skip to main content
All docs
V25.1
  • StepProgressBarItemState Enum

    Lists StepProgressBarItem states.

    Namespace: DevExpress.Xpf.Controls

    Assembly: DevExpress.Xpf.Controls.v25.1.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