Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 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

BarManager.BarItemHorzIndent Property

OBSOLETE

You should use the BarManagerProperties class

Gets the horizontal indent between the contents and borders of bar links.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the BarManagerProperties class")]
public virtual int BarItemHorzIndent { get; set; }

#Property Value

Type Description
Int32

An integer value specifying the number of pixels between the contents and borders of bar links.

#Remarks

This property is obsolete. Use the BarManagerProperties.BarItemHorzIndent property of a bar and dock controller to specify the default horizontal indent between bar links. This setting will affect the bar links of all BarManagers bound to this BarAndDockingController. The bar’s Bar.BarItemHorzIndent property allows you to specify the indent between links for this particular bar.

See Also