Class TabNavigationMode
Inheritance
System.Object
TabNavigationMode
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class TabNavigationMode : Enum
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.
Declaration
public const TabNavigationMode Cycle
Field Value
Pressing Tab key does not move the focus from section to section.
Declaration
public const TabNavigationMode None
Field Value
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
public const TabNavigationMode Once
Field Value
Extension Methods