KeyboardNavigation
Class
Represents a keyboard navigation helper.
Definition
Namespace:Telerik.Windows.Controls.Primitives
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class KeyboardNavigation
Inheritance: objectKeyboardNavigation
Constructors
Initializes a new instance of the KeyboardNavigation class.
C#
public KeyboardNavigation(IListControl control, Func<int, bool> isSelectableIndex)
Properties
Gets or sets whether the index is selectable.
C#
public Func<int, bool> IsSelectableIndex { get; set; }
Methods
Navigates to the first item in the child collection.
C#
public void NavigateFirst(Key key = 0)
Navigates to the last item in the child collection.
C#
public void NavigateLast(Key key = 0)
Navigates to item using its index in the child collection.