FilterBox.InfoText Property
Gets or sets the Filter Box Info Text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
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.