Class TreeViewSettings
Encapsulates settings related to RadTreeView.
Inheritance
System.Object
TreeViewSettings
Namespace: Telerik.Windows.Controls.TreeView
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public static class TreeViewSettings : Object
Fields
DragDropExecutionModeProperty
Identifies the DragDropExecutionMode attached dependency property.
Declaration
public static readonly DependencyProperty DragDropExecutionModeProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetDragDropExecutionMode(DependencyObject)
Gets the drag drop execution mode.
Declaration
public static TreeViewDragDropExecutionMode GetDragDropExecutionMode(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
TreeViewDragDropExecutionMode
|
SetDragDropExecutionMode(DependencyObject, TreeViewDragDropExecutionMode)
Sets the drag drop execution mode.
Declaration
public static void SetDragDropExecutionMode(DependencyObject obj, TreeViewDragDropExecutionMode value)
Parameters
System.Windows.DependencyObject
obj
|
TreeViewDragDropExecutionMode
value
|