FilterControlCustomValueDisplayTextEventArgs Properties
Provides data for the ASPxFilterControlBase.CustomValueDisplayText event.| Name | Description |
|---|---|
| DisplayText | Gets or sets the display text of the entered filter value. |
| EncodeHtml | Gets or sets a value that specifies whether the filter value display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers. |
| PropertyInfo | Gets the filterable property of the filter expression. |
| Value | Gets the custom value entered into the filter bar by an end user. |
See Also