PageIndexChangingEventArgs.NewPageIndex Property
In This Article
Gets or sets the index of a current page.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the index of a current page. |
#Remarks
Use the PageIndexChangingEventArgs.OldPageIndex property to obtain the index of a previous page.
See Also