CustomFilterExpressionDisplayTextEventArgs(String, String) Constructor
Initializes a new instance of the CustomFilterExpressionDisplayTextEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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