ASPxPivotGrid.RowCount Property
Gets the total number of rows displayed within the ASPxPivotGrid.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
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