Skip to main content

DataPager.MoveToPage(Int32) Method

Scrolls to the specified page.

Namespace: DevExpress.Xpf.Editors.DataPager

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

#Declaration

public void MoveToPage(
    int pageNumber
)

#Parameters

Name Type Description
pageNumber Int32

A zero-based integer value that specifies the required page.

#Remarks

Corresponding command: DataPager.NumericPageCommand.

See Also