Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PageNavigationMode Enum

Lists modes of moving through pages.

Namespace: DevExpress.Xpf.Data

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public enum PageNavigationMode

#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