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

ASPxPivotGrid.PageIndexChanged Event

Fires after the selected page has been changed.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public event EventHandler PageIndexChanged

Event Data

The PageIndexChanged event's data class is EventArgs.

Remarks

The PageIndexChanged event fires in the following cases:

  • an end-user has switched between pages by clicking the Pager’s numeric or navigation button;
  • a new value has been assigned to the PivotGridWebOptionsPager.PageIndex property in code.
See Also