PageNavigationMode Enum
Lists modes of moving through pages.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return PageNavigationMode values:
Remarks
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