Skip to main content
A newer version of this page is available. .
Tab

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