Back to Devexpress

ASPxGridBase.SearchPanelFilter Property

aspnet-devexpress-dot-web-dot-aspxgridbase-6f060c40.md

latest2.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string SearchPanelFilter { get; set; }
vb
<DefaultValue("")>
Public Property SearchPanelFilter As String

Property Value

TypeDefaultDescription
StringString.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

Card View Search Panel

Card View Elements

Online Demo: Card View - Search Panel

Grid View Search Panel

Search Panel

Online Demo: Grid - Search Panel

Vertical Grid Search Panel

Search Panel

Online Demo: Vertical Grid - Search Panel

ASPxGridBase Class

ASPxGridBase Members

DevExpress.Web Namespace