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

ASPxVerticalGridTextSettings.EmptyRecord Property

Gets or sets the text displayed for an empty record.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the text displayed for an empty record.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EmptyRecord
ASP.NET Controls and MVC Extensions ASPxVerticalGrid
.SettingsText .EmptyRecord
ASP.NET MVC Extensions MVCxVerticalGrid
.SettingsText .EmptyRecord
VerticalGridSettings
.SettingsText .EmptyRecord
VerticalGridSettings<ColumnType>
.SettingsText .EmptyRecord

Remarks

If the EmptyRecord property is set to an empty string, the default text (‘No data to display’) is displayed for an empty record.

See Also