Skip to main content

NavBarControl.ShowNavPaneForm() Method

Shows the NavPane Form. This method is in effect if the Navigation Pane View is applied.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public void ShowNavPaneForm()

Remarks

The ShowNavPaneForm method is in effect for a collapsed NavBarControl, displayed using the Navigation Pane View.

The NavPane Form (see NavBarControl.NavPaneForm) allows you to display the contents of the active group without expanding the collapsed NavBarControl. The NavPane Form is automatically shown if an end-user clicks the group’s caption. You can also use the ShowNavPaneForm method to programmatically show the NavPane Form. To close the opened NavePane Form, call the NavBarControl.HideNavPaneForm method.

See Also