Skip to main content

PageIndexChangingEventArgs.NewPageIndex Property

Gets or sets the index of a current page.

Namespace: DevExpress.Xpf.Controls

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

#Declaration

public int NewPageIndex { get; set; }

#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