Skip to main content

Search Panel

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.

SearchPanel_VE

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