Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    IndicatorDrawMode Enum

    Stores available draw mode options for Step Progress Bar Item indicators.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    #Declaration

    public enum IndicatorDrawMode

    #Members

    Name Description
    Default

    Same as Full.

    None

    Neither the indicator outline nor central area are visible. If assigned, an indicator icon is the only element visible in this mode.

    Outline

    An indicator outline is visible, and the central indicator area is empty.

    Full

    An indicator outline is visible, and the central indicator area is filled with the outline color.

    #Related API Members

    #Remarks

    The figure below illustrates all available indicator draw modes.

    drawmodes

    See Also