PivotGridWebOptionsPager.PageIndex Property
Gets or sets the index of the page currently being selected.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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:
| Library | Object Type | Path to PageIndex |
|---|---|---|
| ASP.NET MVC Extensions | PivotGridSettings |
|
| ASP.NET Web Forms Controls | ASPxPivotGrid |
|
Remarks
The PageIndex property can be used to switch between pages in code.
See Also