Encapsulates advanced settings related to RadTreeView.
Definition
Namespace:Telerik.Windows.Controls.TreeView
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public static class TreeViewAdvancedSettings
Inheritance: objectTreeViewAdvancedSettings
Fields
EnhanceTabNavigationProperty
DependencyProperty
Identifies the EnhanceTabNavigation attached dependency property.
C#
public static readonly DependencyProperty EnhanceTabNavigationProperty
Methods
Sets whether tab navigation is enhanced. When set to true only the selected tree view item is tab stop and could be focused using Tab key. The feature is implemented by dynamically changing RadTreeViewItem IsTabStop property.
C#
public static bool GetEnhanceTabNavigation(DependencyObject obj)
Gets whether tab navigation is enhanced. When set to true only the selected tree view item is tab stop and could be focused using Tab key. The feature is implemented by dynamically changing RadTreeViewItem IsTabStop property.
C#
public static void SetEnhanceTabNavigation(DependencyObject obj, bool value)