aspnet-devexpress-dot-web-dot-filterbox-7fc10779.md
Setting this property to values from an untrusted source may introduce security-related issues, since the property value is not encoded and is rendered as HTML markup. Call the HttpUtility.HtmlEncode method to encode the value.
Review the following help topic to better protect websites from cross-site scripting (XSS) attacks: HTML Encoding.
Gets or sets the Filter Box Info Text.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue("<b>?</b> = any single character\r\n<b>*</b> = any characters")]
public string InfoText { get; set; }
<DefaultValue("<b>?</b> = any single character" & vbCrLf & "<b>*</b> = any characters")>
Public Property InfoText As String
| Type | Default | Description |
|---|---|---|
| String | " ? = any single character * = any characters" |
A string value that specifies the explanatory information regarding the available wildcard symbols.
|
The explanatory information is displayed below the Filter Box Editor.
See Also