Skip to main content
A newer version of this page is available. .
Tab

ASPxGridBase.SearchPanelFilter Property

Gets or sets the filter criterion that is applied to the grid using the search panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string SearchPanelFilter { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the filter criteria.

Remarks

When the ASPxGridSearchPanelSettings.Visible property is set to true, the search panel is displayed in the grid control. It allows end-users to filter grid data by typing the required text in the panel editor.

Use the SearchPanelFilter property to access the filter criterion text specified in the search panel.

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

SearchPanel

See Also