Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

[DefaultValue(-1)]
[XtraSerializableProperty]
public int ExplorerBarGroupOuterIndent { get; set; }

Property Value

Type Default Description
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 -1 ExplorerBarGroupOuterIndent is set to 20
ExplorerViewIndent_Default ExplorerViewIndent_20
See Also