A newer version of this page is available.
Switch to the current version.
BootstrapCardView.FilterControlParseValue 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.v18.2.dll
Declaration
[Browsable(false)]
public event FilterControlParseValueEventHandler FilterControlParseValue
<Browsable(False)>
Public Event FilterControlParseValue As FilterControlParseValueEventHandler
Event Data
The FilterControlParseValue event's data class is FilterControlParseValueEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Handled | Gets or sets a value specifying whether the event was handled. |
PropertyInfo | Gets the filterable property of the filter expression. |
Text | Gets the filterable property's value entered into the filter bar by an end user. |
Value | Gets or sets a value that represents the filter condition for the filter control. |
See Also
Feedback