ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TreeView Class / KeyboardNavigation Property

In This Topic
    KeyboardNavigation Property
    In This Topic
    Enables or disables the Keyboard navigation functionality of the C1TreeView.
    Syntax
    'Declaration
     
    Public Property KeyboardNavigation As System.Boolean
    public System.bool KeyboardNavigation {get; set;}
    See Also