Skip to main content

ASPxPivotGrid.VisibleRowsOnPage Property

Gets the number of rows displayed on the current page.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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