Skip to main content

DataViewBase.ShowSearchPanel(Boolean) Method

Invokes the Search Panel.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: 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