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

PivotGridWebOptionsPager.PageIndex Property

Gets or sets the index of the page currently being selected.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

[DefaultValue(0)]
public int PageIndex { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the active page’s index.

Property Paths

You can access this nested property as listed below:

Object Type Path to PageIndex
ASPxPivotGrid
.OptionsPager.PageIndex
MVCxPivotGrid
.OptionsPager.PageIndex
PivotGridSettings
.OptionsPager.PageIndex

Remarks

The PageIndex property can be used to switch between pages in code.

See Also