Skip to main content
All docs
V25.1
  • StepProgressBarAppearance.CommonActiveColor Property

    Gets or sets the color of active StepProgressBar items.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public Color CommonActiveColor { get; set; }

    Property Value

    Type Description
    Color

    The color of active StepProgressBar items.

    Remarks

    The selected StepProgressBar item and all preceding items are considered active. In the following image, “Step 2” is selected, and CommonActiveColor is set to Color.Green:

    WinForms - Customize the Color of Active StepProgressBar Items, DevExpress

    You can also use the ItemAppearance.ActiveIndicatorColor property accessible in StepProgressBar.Appearances to specify the color of active items. ActiveIndicatorColor has priority over CommonActiveColor.

    See Also