Skip to main content
A newer version of this page is available. .

PageNavigationMode Enum

Lists modes of moving through pages.

Namespace: DevExpress.Xpf.Data

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

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