Skip to main content

DataPager.MoveToPreviousPage() Method

In This Article

Scrolls one page backward.

Namespace: DevExpress.Xpf.Editors.DataPager

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

#Declaration

public void MoveToPreviousPage()

#Remarks

To scroll to the next page, use the DataPager.MoveToNextPage method.

Corresponding command: DataPager.PreviousPageCommand.

See Also