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

ASPxDataViewBase.EmptyDataText Property

Gets or sets the text displayed within the control’s empty data area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string EmptyDataText { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the text.

Remarks

Use the EmptyDataText property to manipulate the text within the control’s empty data area.

Note

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

Refer to the HTML Encoding topic for more information.

See Also