BootstrapCardView.CustomFilterExpressionDisplayText Event
This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v22.2.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[Browsable(false)]
public event CustomFilterExpressionDisplayTextEventHandler CustomFilterExpressionDisplayText
Event Data
The CustomFilterExpressionDisplayText event's data class is CustomFilterExpressionDisplayTextEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Criteria | Gets the applied filter criteria. |
DisplayText | Gets or sets the filter expression displayed within the filter bar, representing the applied filter criteria. |
EncodeHtml | 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. |
FilterExpression | Gets the text representation of the applied filter criteria, which can be obtained via the CustomFilterExpressionDisplayTextEventArgs.Criteria property. |
Tooltip | Gets or sets the tooltip text. |
See Also