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
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
:
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