Skip to main content
All docs
V25.1
  • 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

    public StepProgressBarItemAppearance ItemAppearance { get; }

    Property Value

    Type Description
    DevExpress.XtraEditors.StepProgressBarItemAppearance

    A StepProgressBarItemAppearance object that contains properties related to the appearance of StepProgressBar items.

    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