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