Skip to main content

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

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

NuGet Package: DevExpress.Win

#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