DataPager.NumericPageCommand Property
In This Article
Scrolls to the specified page.
Namespace: DevExpress.Xpf.Editors.DataPager
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
ICommand | An object implementing the ICommand interface that defines the command. |
#Remarks
Corresponding method: DataPager.MoveToPage.
See Also