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

ASPxTitleIndex.NoDataText Property

Gets or sets the text displayed within the ASPxTitleIndex when no data item meets the filter criteria applied.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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.

Note

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

Refer to the HTML Encoding topic for more information.

See Also