Skip to main content
Tab

ASPxDataView.HideEmptyRows Property

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

[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