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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ShowEmptyDataRecords |
---|---|---|
ASP.NET Web Forms Controls | ASPxVerticalGrid |
|
ASP.NET MVC Extensions | VerticalGridSettings |
|
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.