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

    Contains values that specify the progress styles of items

    Namespace: DevExpress.XtraEditors.Controls.StepProgressBar

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public enum ProgressMode

    Members

    Name Description
    Default

    The same as Range mode.

    Range

    Highlights the selected item (SelectedItem), the previous items and the connectors between them.

    image

    SingleStep

    Highlights the selected item (SelectedItem) only.

    image

    Related API Members

    The following properties accept/return ProgressMode values:

    See Also