Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

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:

Library Object Type Path to RowsPerPage
ASP.NET MVC Extensions PivotGridSettings
.OptionsPager .RowsPerPage
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsPager .RowsPerPage
See Also