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

ASPxPivotGrid.VisibleRowsOnPage Property

Gets the number of rows displayed on the current page.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public int VisibleRowsOnPage { get; }

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.

ASPxPivotGrid_RowsColumns

See Also