Class
TreeViewAdvancedSettings

Encapsulates advanced settings related to RadTreeView.

Definition

Namespace:Telerik.Windows.Controls.TreeView

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public static class TreeViewAdvancedSettings

Inheritance: objectTreeViewAdvancedSettings

Fields

EnhanceTabNavigationProperty

Identifies the EnhanceTabNavigation attached dependency property.

Declaration

cs-api-definition
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

cs-api-definition
public static bool GetEnhanceTabNavigation(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

bool

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

cs-api-definition
public static void SetEnhanceTabNavigation(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

value

bool