EnumTabNavigationMode
Enum
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.
None
Pressing Tab key does not move the focus from section to section.
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.