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.v24.2.dll
Declaration
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.
See Also