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

DataViewBase.ShowSearchPanel(Boolean) Method

Invokes the Search Panel.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public void ShowSearchPanel(
    bool moveFocusInSearchPanel
)

Parameters

Name Type Description
moveFocusInSearchPanel Boolean

true, to move focus in the Search Panel; otherwise, false.

Remarks

Tip

Topic: Search

See Also