Skip to main content
Tab

ASPxVerticalGridTextSettings.EmptyRecord Property

Gets or sets the text displayed for an empty record.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 MVC Extensions VerticalGridSettings
.SettingsText .EmptyRecord
ASP.NET Web Forms Controls ASPxVerticalGrid
.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