StepProgressBarAppearance.ItemAppearance Property
Contains properties that specify the appearance of StepProgressBar items.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| DevExpress.XtraEditors.StepProgressBarItemAppearance | A |
Remarks
Use ActiveIndicatorColor and InactiveIndicatorColor options of the ItemAppearance property to customize the color of all StepProgressBar items in different states.
The ContentBlockAppearance option contains properties related to the appearance of content blocks.
See Also