ASPxPivotGrid.RowCount Property
In This Article
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
#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.
See Also