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

WindowsUIView.HideSearchPanel() Method

Closes the Search Panel.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v21.2.dll

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

Declaration

public void HideSearchPanel()

Remarks

To display the search panel in code, call the WindowsUIView.ShowSearchPanel method.

See Also