ASPxDataView.HideEmptyRows Property
In This Article
Gets or sets whether the empty rows (with no data) are hidden.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
The maximum number of rows displayed within a page is specified by the ASPxDataView.RowPerPage
property.
See Also