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

CustomFilterExpressionDisplayTextEventArgs(String, String) Constructor

Initializes a new instance of the CustomFilterExpressionDisplayTextEventArgs class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CustomFilterExpressionDisplayTextEventArgs(
    string filterExpression,
    string displayText
)

Parameters

Name Type Description
filterExpression String

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

displayText String

A string that specifies the filter expression displayed within the filter bar.

See Also