Class TreeViewAdvancedSettings
Inheritance
System.Object
TreeViewAdvancedSettings
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public static class TreeViewAdvancedSettings : Object
Fields
Identifies the EnhanceTabNavigation attached dependency property.
Declaration
public static readonly DependencyProperty EnhanceTabNavigationProperty
Field Value
System.Windows.DependencyProperty
|
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.
Declaration
public static bool GetEnhanceTabNavigation(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
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
System.Windows.DependencyObject
obj
|
System.Boolean
value
|