Back to Devexpress

NavBarControl.ExplorerBarGroupOuterIndent Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-ce088c1d.md

latest2.2 KB
Original Source

NavBarControl.ExplorerBarGroupOuterIndent Property

Gets or sets the size of the horizontal indent (in pixels) between a group’s edges and the NavBarControl’s edges when any of the explorer views are applied.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(-1)]
[XtraSerializableProperty]
public int ExplorerBarGroupOuterIndent { get; set; }
vb
<DefaultValue(-1)>
<XtraSerializableProperty>
Public Property ExplorerBarGroupOuterIndent As Integer

Property Value

TypeDefaultDescription
Int32-1

An integer value specifying the size of the indent between a group’s edges and the NavBarControl’s edge.

|

Remarks

Explorer Bar Views allow the contents of several groups to be displayed simultaneously. For these Views, you can use the ExplorerBarGroupOuterIndent property to control the size of the horizontal indent between the groups and NavBarControl’s right and left edges.

The following images show the NavBarControl with different values of the ExplorerBarGroupOuterIndent property.

ExplorerBarGroupOuterIndent is set to -1ExplorerBarGroupOuterIndent is set to 20

See Also

ExplorerBarGroupInterval

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace