DataPager.MoveToPreviousPage() Method
In This Article
Scrolls one page backward.
Namespace: DevExpress.Xpf.Editors.DataPager
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Remarks
To scroll to the next page, use the DataPager.MoveToNextPage method.
Corresponding command: DataPager.PreviousPageCommand.
See Also