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.v19.1.dll

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