Skip to main content
All docs
V25.1
  • StepProgressBar.IndentBetweenItems Property

    The distance between neighboring items. This value can change dynamically depending on the actual control size and selected StepProgressBar.LayoutMode.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DXCategory("Layout")]
    public int IndentBetweenItems { get; set; }

    Property Value

    Type
    Int32

    Remarks

    Note that IndentBetweenItems specifies the distance between items, not item indicators.

    indent

    See Also