PageIndexChangingEventArgs.NewPageIndex Property
In This Article
Gets or sets the index of the current page.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.2.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