Skip to main content
A newer version of this page is available. .
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.v20.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 Controls and MVC Extensions ASPxVerticalGrid
.SettingsPager .ShowEmptyDataRecords
ASP.NET MVC Extensions MVCxVerticalGrid
.SettingsPager .ShowEmptyDataRecords
VerticalGridSettings
.SettingsPager .ShowEmptyDataRecords
VerticalGridSettings<ColumnType>
.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