Skip to main content

NavBarControl.HideNavPaneForm() Method

Closes the opened NavPane Form.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.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