Skip to main content
A newer version of this page is available. .

PageIndexChangingEventArgs.NewPageIndex Property

Gets or sets the index of the current page.

Namespace: DevExpress.Xpf.Controls

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public int NewPageIndex { get; set; }

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