ClassTreeViewAdvancedSettings
Encapsulates advanced settings related to RadTreeView.
Definition
Namespace:Telerik.Windows.Controls.TreeView
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public static class TreeViewAdvancedSettings
Inheritance: objectTreeViewAdvancedSettings
Fields
EnhanceTabNavigationProperty
Identifies the EnhanceTabNavigation attached dependency property.
Declaration
public static readonly DependencyProperty EnhanceTabNavigationProperty
Field Value
DependencyProperty
Methods
GetEnhanceTabNavigation(DependencyObject)
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.
Declaration
public static bool GetEnhanceTabNavigation(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
SetEnhanceTabNavigation(DependencyObject, bool)
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.
Declaration
public static void SetEnhanceTabNavigation(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
value