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