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

NavBarGroup.NavigationPaneVisible Property

Gets or sets whether the group’s button is displayed at the bottom of the NavBarControl when the “NavigationPane” view is applied.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v18.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool NavigationPaneVisible { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the group’s button is displayed at the bottom of the NavBarControl; otherwise, false.

Remarks

When the “NavigationPane” view is applied, the groups’ buttons are displayed at the bottom of the NavBarControl.

NavPane_Overflow2

Use the NavigationPaneVisible property to control whether a specific group’s button is visible. If this property is set to false, the group can still be accessed via the dropdown menu in the Overflow panel. To remove the group completely from the navbar, use its NavElement.Visible property.

If the NavigationPaneVisible property is set to false for the active group, the group itself will not be hidden.

See Also