DataPager.MoveToPage(Int32) Method
In This Article
Scrolls to the specified page.
Namespace: DevExpress.Xpf.Editors.DataPager
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
page |
Int32 | A zero-based integer value that specifies the required page. |
#Remarks
Corresponding command: DataPager.NumericPageCommand.
See Also