Back to Devexpress

PageNavigationMode Enum

wpf-devexpress-dot-xpf-dot-data-682a439a.md

latest1.4 KB
Original Source

PageNavigationMode Enum

Lists modes of moving through pages.

Namespace : DevExpress.Xpf.Data

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum PageNavigationMode
vb
Public Enum PageNavigationMode

Members

NameDescription
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:

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

DevExpress.Xpf.Data Namespace