Skip to main content

DataPager.MoveToNextPage() Method

In This Article

Scrolls one page forward.

Namespace: DevExpress.Xpf.Editors.DataPager

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

#Declaration

public void MoveToNextPage()

#Remarks

To scroll to the previous page, use the DataPager.MoveToPreviousPage method.

Corresponding command: DataPager.NextPageCommand

See Also