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

FilterBox.InfoText Property

Gets or sets the Filter Box Info Text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.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.

Note

The ASPxWebControl.EncodeHtml property is not in effect for the InfoText property. So the InfoText property value is not HTML encoded and is rendered as pure HTML markup.

Refer to the HTML Encoding topic for more information.

See Also