Back to Devexpress

FilterBox.InfoText Property

aspnet-devexpress-dot-web-dot-filterbox-7fc10779.md

latest2.0 KB
Original Source

FilterBox.InfoText Property

SECURITY-RELATED CONSIDERATIONS

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

Declaration

csharp
[DefaultValue("<b>?</b> = any single character\r\n<b>*</b> = any characters")]
public string InfoText { get; set; }
vb
<DefaultValue("<b>?</b> = any single character" & vbCrLf & "<b>*</b> = any characters")>
Public Property InfoText As String

Property Value

TypeDefaultDescription
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

FilterBoxInfoTextStyle

FilterBox Class

FilterBox Members

DevExpress.Web Namespace