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.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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 |
---|---|