Enables or disables the Keyboard navigation functionality of the C1TreeView.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool KeyboardNavigation { get; set; }
Visual Basic
Public Property KeyboardNavigation As Boolean
	Get
	Set

Remarks

This is a dependency property.

See Also