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.v18.2.dll

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:

Object Type Path to EmptyRecord
ASPxVerticalGrid
.SettingsText.EmptyRecord
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