Skip to main content
A newer version of this page is available. .
Tab

ASPxDataView.HideEmptyRows Property

Gets or sets whether the empty rows (with no data) are hidden.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true to hide empty rows; otherwise, false.

Remarks

The maximum number of rows displayed within a page is specified by the ASPxDataView.RowPerPage property.

See Also