Skip to main content

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.v23.2.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