Skip to main content
Tab

CustomFilterExpressionDisplayTextEventArgs(String, String, String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CustomFilterExpressionDisplayTextEventArgs(
    string filterExpression,
    string displayText,
    string tooltip
)

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.

tooltip String

A string that specifies the tooltip text.

See Also