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

NavBarControl.HideNavPaneForm() Method

Closes the opened NavPane Form.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v21.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

Declaration

public virtual void HideNavPaneForm()

Remarks

Closes the NavPane Form (see NavBarControl.NavPaneForm), if it is already opened. To open the NavPane Form, call the NavBarControl.ShowNavPaneForm method.

See Also