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

DataViewSettingsBase.EmptyDataText Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public string EmptyDataText { get; set; }

Property Value

Type Description
String

A string value that specifies the text.

Remarks

Use the EmptyDataText property to manipulate the text within the DataView‘s empty data area.

See Also