Class KeyboardNavigationMode
Specifies the possible values for changes in focus when logical and directional navigation occurs.
Inheritance
System.Object
KeyboardNavigationMode
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class KeyboardNavigationMode : Enum
Fields
Depending on the direction of the navigation, focus returns to the first or the last item when the end or the beginning of the container is reached, but does not move past the beginning or end of the container.
Declaration
public const KeyboardNavigationMode Contained
Field Value
Each element receives keyboard focus, as long as it is a navigation stop. Navigation leaves the containing element when an edge is reached.
Declaration
public const KeyboardNavigationMode Continue
Field Value
Depending on the direction of the navigation, the focus returns to the first or the last item when the end or the beginning of the container is reached. Focus cannot leave the container using logical navigation.
Declaration
public const KeyboardNavigationMode Cycle
Field Value
Tab Indexes are considered on local sub tree only inside this container and behave like Continue after that.
Declaration
public const KeyboardNavigationMode Local
Field Value
No keyboard navigation is allowed inside this container.
Declaration
public const KeyboardNavigationMode None
Field Value
The container and all of its child elements as a whole receive focus only once. Either the first tree child or the or the last focused element in the group receives focus.
Declaration
public const KeyboardNavigationMode Once
Field Value
Extension Methods