Skip to main content

DataPager.MoveToLastPage() Method

In This Article

Scrolls to the last page.

Namespace: DevExpress.Xpf.Editors.DataPager

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

#Declaration

public void MoveToLastPage()

#Remarks

To scroll to the first page, use the DataPager.MoveToFirstPage method.

Corresponding command: DataPager.LastPageCommand.

See Also