New to Telerik UI for WPFStart a free 30-day trial

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

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)
Parameters:objDependencyObjectReturns:

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.

C#
public static void SetEnhanceTabNavigation(DependencyObject obj, bool value)
Parameters:objDependencyObjectvaluebool