Skip to main content

ASPxPivotGrid.RowCount Property

Gets the total number of rows displayed within the ASPxPivotGrid.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public int RowCount { get; }

#Property Value

Type Description
Int32

An interger value that specifies the total number of rows.

#Remarks

To obtain the number of rows displayed within the current page, use the ASPxPivotGrid.VisibleRowsOnPage property.

ASPxPivotGrid_RowsColumns

See Also