Back to Devexpress

Search Panel

aspnet-17646-components-grid-view-visual-elements-search-panel.md

latest2.1 KB
Original Source

Search Panel

  • Jun 16, 2022

The Search Panel allows end-users to filter data by typing the filter criterion in the panel editor. The text that meets the filter condition is highlighted, if the ASPxGridSearchPanelSettings.HighlightResults property is set to true.

The table below lists the main members that affect search panel element visibility and appearance.

|

Element

|

Visibility

|

Styles

|

Settings

| | --- | --- | --- | --- | |

General

|

ASPxGridSearchPanelSettings.Visible

|

GridViewStyles.SearchPanel

|

ASPxGridView.SettingsSearchPanel

| |

Apply (Search) Button

|

ASPxGridSearchPanelSettings.ShowApplyButton

|

GridCommandButtonSettings.Styles

(via ASPxGridView.SettingsCommandButton.SearchPanelApplyButton.Styles)

|

ASPxGridViewCommandButtonSettings.SearchPanelApplyButton

| |

Clear Button

|

ASPxGridSearchPanelSettings.ShowClearButton

|

GridCommandButtonSettings.Styles

(via ASPxGridView.SettingsCommandButton.SearchPanelClearButton.Styles)

|

ASPxGridViewCommandButtonSettings.SearchPanelClearButton

|

To learn more about the search panel, see the Search Panel topic.

See Also

Grid View Search Panel

Online Demo: Search Panel