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