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.1.dll

NuGet Package: DevExpress.Wpf.Core

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