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

CustomFilterExpressionDisplayTextEventArgs.FilterExpression Property

Gets the text representation of the applied filter criteria, which can be obtained via the CustomFilterExpressionDisplayTextEventArgs.Criteria property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public string FilterExpression { get; }

Property Value

Type Description
String

A string value that contains the applied filter criteria’s text representation.

See Also