Skip to main content

NavBarControl.HideNavPaneForm() Method

Closes the opened NavPane Form.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

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