Skip to main content
Tab

ASPxTitleIndex.NoDataText 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 text displayed within the ASPxTitleIndex when no data item meets the filter criteria applied.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("No data for this filter criteria")]
public string NoDataText { get; set; }

Property Value

Type Default Description
String "No data for this filter criteria"

A string value specifying the required text to be displayed within the control.

Remarks

Use the NoDataText property to specify the text that should be displayed within the ASPxTitleIndex control instead of its data items when no data item meets the filter criteria applied by using the filter box editor.

See Also