Skip to main content
A newer version of this page is available. .

ASPxPivotGrid.RowCount Property

Gets the total number of rows displayed within the ASPxPivotGrid.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.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