ASPxVerticalGridTextSettings.EmptyRecord Property
Gets or sets the text displayed for an empty record.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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 |
|
ASP.NET Web Forms Controls | ASPxVerticalGrid |
|
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