Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string FilterExpression { get; }

Property Value

Type Description
String

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

See Also