Skip to main content

DataViewBase.ShowSearchPanel(Boolean) Method

Invokes the Search Panel.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.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 Searching Rows.

See Also