Skip to main content
Tab

ASPxVerticalGridPagerSettings.ShowEmptyDataRecords Property

Gets or sets whether to show empty records if the number of records displayed within the last page fits entirely on the page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowEmptyDataRecords { get; set; }

Property Value

Type Default Description
Boolean true

true, to show empty records; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowEmptyDataRecords
ASP.NET MVC Extensions VerticalGridSettings
.SettingsPager .ShowEmptyDataRecords
ASP.NET Web Forms Controls ASPxVerticalGrid
.SettingsPager .ShowEmptyDataRecords

Remarks

The number of records displayed within a page is specified by the ASPxVerticalGridPagerSettings.PageSize property. By default, if the number of records displayed within the last page fits entirely on the page, the ASPxVerticalGrid is automatically resized to hide the empty space.

If the ShowEmptyDataRecords property to true, the ASPxBerticalGrid isn’t resized. Instead, empty records are displayed.

See Also