DataPager.CanMoveToPreviousPage Property
In This Article
Gets whether or not an end-user can navigate one page backward. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.DataPager
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if an end-user can navigate one page backward; otherwise, false. |
#Remarks
The backward navigation is not allowed if the first page is active. In this instance, the CanMoveToPreviousPage property is set to false and the 'Previous Page' button is disabled.
See Also