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

PivotGridWebOptionsPager.RowsPerPage Property

Gets or sets the maximum number of rows displayed within a page. Setting this property to 0 hides the Pager.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

[DefaultValue(10)]
public int RowsPerPage { get; set; }

Property Value

Type Default Description
Int32 10

An integer value that specifies the maximum number of rows within a page.

Property Paths

You can access this nested property as listed below:

Object Type Path to RowsPerPage
ASPxPivotGrid
.OptionsPager.RowsPerPage
MVCxPivotGrid
.OptionsPager.RowsPerPage
PivotGridSettings
.OptionsPager.RowsPerPage
See Also