Back to Devexpress

PageIndexChangingEventArgs.NewPageIndex Property

wpf-devexpress-dot-xpf-dot-controls-dot-pageindexchangingeventargs.md

latest1.4 KB
Original Source

PageIndexChangingEventArgs.NewPageIndex Property

Gets or sets the index of the current page.

Namespace : DevExpress.Xpf.Controls

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public int NewPageIndex { get; set; }
vb
Public Property NewPageIndex As Integer

Property Value

TypeDescription
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

OldPageIndex

PageIndexChangingEventArgs Class

PageIndexChangingEventArgs Members

DevExpress.Xpf.Controls Namespace