GridViewBase.CurrentPageIndexChanged Event
Occurs after the selected page is changed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Event Data
The CurrentPageIndexChanged event's data class is DataPagerPageIndexChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
NewValue | Gets a new value. |
OldValue | Gets an old value. |
Remarks
Refer to the Data Paging topic to learn more.
See Also