Back to Devexpress

NavBarGroup.NavigationPaneVisible Property

windowsforms-devexpress-dot-xtranavbar-dot-navbargroup-884a5931.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool NavigationPaneVisible { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property NavigationPaneVisible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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.

See Also

Visible

NavBarGroup Class

NavBarGroup Members

DevExpress.XtraNavBar Namespace