Defines the possible tab navigation modes in RadTimeSpanPicker.
Definition
Namespace:Telerik.Windows.Controls.TimeSpanPicker
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public enum TabNavigationMode
Fields
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.
C#
Cycle = 1
Pressing Tab key does not move the focus from section to section.
C#
None = 2
In TextOnly or TextAndDropDown, edit sections are navigated one by one by pressing tab key and focus leaves the control after the last one.
C#
Once = 0