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

CustomFilterExpressionDisplayTextEventArgs Constructors

Provides data for the ASPxGridBase.CustomFilterExpressionDisplayText event.
Name Parameters Description
CustomFilterExpressionDisplayTextEventArgs(String, String, String) filterExpression, displayText, tooltip Initializes a new instance of the CustomFilterExpressionDisplayTextEventArgs class with the specified settings.
CustomFilterExpressionDisplayTextEventArgs(String, String) filterExpression, displayText Initializes a new instance of the CustomFilterExpressionDisplayTextEventArgs class with the specified settings.
See Also