FilterControlCustomValueDisplayTextEventArgs Properties
Provides data for the ASPxFilterControlBase.CustomValueDisplayText event.
Name | Description |
---|---|
Display |
Gets or sets the display text of the entered filter value. |
Encode |
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. |
Property |
Gets the filterable property of the filter expression. |
Value | Gets the custom value entered into the filter bar by an end user. |
See Also