wpf-devexpress-dot-xpf-dot-data-682a439a.md
Lists modes of moving through pages.
Namespace : DevExpress.Xpf.Data
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public enum PageNavigationMode
Public Enum PageNavigationMode
| Name | Description |
|---|---|
Consecutive |
You can move to a page one after another.
|
| Arbitrary |
You can move to any page.
|
| ArbitraryWithTotalPageCount |
You can move to any page within the limits of total page count.
|
The following properties accept/return PageNavigationMode values:
Specify the PagedSourceBase.PageNavigationMode property to set the page navigation mode.
In the Consecutive mode you can move to the next page only if the previous page is loaded. Use this mode with the SkipToken/NextSkipToken properties.
See Also