PageIndexChangingEventArgs.NewPageIndex Property
Gets or sets the index of the current page.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the index of the current page. |
Remarks
Use the PageIndexChangingEventArgs.OldPageIndex property to obtain the index of the previous page.
See Also