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.v18.2.Core.dll

Declaration

public void ShowSearchPanel(
    bool moveFocusInSearchPanel
)

Parameters

Name Type Description
moveFocusInSearchPanel Boolean

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

Remarks

To learn more, see Search Panel and Search.

See Also