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

ASPxPivotGridPager.PageCount Property

Gets the number of pages displayed within the ASPxPivotGrid.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public override int PageCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of pages displayed within the ASPxPivotGrid.

See Also