Back to Devexpress

PageIndexChangingEventArgs.OldPageIndex Property

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

latest1.4 KB
Original Source

PageIndexChangingEventArgs.OldPageIndex Property

Gets the index of the previous page.

Namespace : DevExpress.Xpf.Controls

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public int OldPageIndex { get; }
vb
Public ReadOnly Property OldPageIndex As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the index of the previous page.

|

Remarks

Use the PageIndexChangingEventArgs.NewPageIndex property to obtain the index of the current page.

See Also

NewPageIndex

PageIndexChangingEventArgs Class

PageIndexChangingEventArgs Members

DevExpress.Xpf.Controls Namespace