Skip to main content
Bar

ToolBarControlBase.BarItemHorizontalIndent Property

Gets or sets the horizontal interval between the tool bar’s items. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v25.2.dll

Declaration

public double BarItemHorizontalIndent { get; set; }

Property Value

Type Description
Double

A Double value that specifies the horizontal interval between the tool bar’s items. The default is 0.

See Also