NavBarControl.HideNavPaneForm() Method
Closes the opened NavPane Form.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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