A newer version of this page is available.
Switch to the current version.
DataViewBase.ShowSearchPanel(Boolean) Method
Invokes the Search Panel.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
public void ShowSearchPanel(
bool moveFocusInSearchPanel
)
Public Sub ShowSearchPanel(
moveFocusInSearchPanel As Boolean
)
Parameters
Name | Type | Description |
---|---|---|
moveFocusInSearchPanel | Boolean | true, to move focus in the Search Panel; otherwise, false. |
Remarks
TIP
Topic: Search
See Also
Feedback