Skip to main content

DataPagerPageIndexChangedEventArgs.OldValue Property

Gets the previously active page's index.

Namespace: DevExpress.Xpf.Editors.DataPager

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

#Declaration

public int OldValue { get; }

#Property Value

Type Description
Int32

An integer value that specifies the index of the previously active page.

See Also