Enum
TabNavigationMode

Defines the possible tab navigation modes in RadTimeSpanPicker.

Definition

Namespace:Telerik.Windows.Controls.TimeSpanPicker

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public enum TabNavigationMode

Fields

Cycle

In TextOnly or TextAndDropDown, edit sections are navigated one by one by pressing tab key and focus does not leave the control. After the last section, the next navigated is the first section.

Declaration

cs-api-definition
Cycle = 1

Field Value

TabNavigationMode

None

Pressing Tab key does not move the focus from section to section.

Declaration

cs-api-definition
None = 2

Field Value

TabNavigationMode

Once

In TextOnly or TextAndDropDown, edit sections are navigated one by one by pressing tab key and focus leaves the control after the last one.

Declaration

cs-api-definition
Once = 0

Field Value

TabNavigationMode

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