FilterBox.InfoText Property
SECURITY NOTE
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.v24.2.dll
Declaration
[DefaultValue("<b>?</b> = any single character\r\n<b>*</b> = any characters")]
public string InfoText { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | "? = any single character * = any characters" | A string value that specifies the explanatory information regarding the available wildcard symbols. |
Remarks
The explanatory information is displayed below the Filter Box Editor.
See Also