ASPxGridBase.PageIndexChanged Event
In This Article
Fires after the selected page has been changed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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 after an end-user has switched between pages by clicking the pager’s numeric or navigation button.
Note
End-users can switch the control to the Show
See Also