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

    Gets or sets the color of inactive StepProgressBar items.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public Color CommonInactiveColor { get; set; }

    Property Value

    Type Description
    Color

    The color of inactive StepProgressBar items.

    Remarks

    All items that follow the selected item are considered inactive items. In the following image, “Step 2” is selected, and CommonInactiveColor is set to Color.Red:

    WinForms - Customize the Color of Inactive StepProgressBar Items, DevExpress

    You can also use the ItemAppearance.InactiveIndicatorColor property accessible in StepProgressBar.Appearances to specify the color of inactive items. InactiveIndicatorColor has priority over CommonInactiveColor.

    See Also