Enum
PaginationControlNavigationMode

Defines the modes that allow to choose which item should be marked as current.

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public enum PaginationControlNavigationMode

Fields

Adjacent

In this mode, the next or the previous item becomes current, depending on whether the new tapped item is respectively after or before the current item.

Declaration

cs-api-definition
Adjacent = 1

Field Value

PaginationControlNavigationMode

Direct

In this mode, the item that is tapped becomes the current item. This is the default mode.

Declaration

cs-api-definition
Direct = 0

Field Value

PaginationControlNavigationMode

In this article
DefinitionFieldsAdjacentDirect
Not finding the help you need?
Contact Support