CustomFilterExpressionDisplayTextEventArgs Properties
Provides data for the ASPxGridBase.CustomFilterExpressionDisplayText event.
Name | Description |
---|---|
Criteria | Gets the applied filter criteria. |
Display |
Gets or sets the filter expression displayed within the filter bar, representing the applied filter criteria. |
Encode |
Gets or sets a value that specifies whether the filter expression displayed within the filter bar keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers. |
Filter |
Gets the text representation of the applied filter criteria, which can be obtained via the Custom |
Tooltip | Gets or sets the tooltip text. |
See Also