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

GridViewFilteringState.FilterExpression Property

Gets or sets the text representation of the filter criteria to be applied to the GridView.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public string FilterExpression { get; set; }

Property Value

Type Description
String

A String value that specifies the filter criteria.

See Also