DataViewSettingsBase.EmptyDataText Property
Gets or sets the text displayed within the DataView’s empty data area.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v22.2.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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