Skip to main content

ShowSearchPanelMode Enum

Lists values that specify when the Search Panel is displayed.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum ShowSearchPanelMode

Members

Name Description
Default

The Search Panel is hidden.

CTRL+F - Invokes the Search Panel. Ensure that no cell editor is opened before invoking the Search Panel. Otherwise, the shortcut is intercepted by the in-place editor.

ESC - Clears the search box. If the search box is empty, pressing ESC closes the Search Panel.

Always

The Search Panel is always visible. Users cannot hide this panel.

Never

The Search Panel is always hidden. Users cannot show this panel.

Related API Members

The following properties accept/return ShowSearchPanelMode values:

See Also