ASPxPivotGrid.VisibleRowsOnPage Property
In This Article
Gets the number of rows displayed on the current page.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the number of rows displayed on the current page. |
#Remarks
To obtain the total number of rows, use the ASPxPivotGrid.RowCount property.
See Also