Class TreeViewSettings
Encapsulates settings related to Rad
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.
|
Methods
GetDragDropExecutionMode(DependencyObject)
Gets the drag drop execution mode.
Declaration
public static TreeViewDragDropExecutionMode GetDragDropExecutionMode(DependencyObject obj)
Parameters
System.
|
Returns
SetDragDropExecutionMode(DependencyObject, TreeViewDragDropExecutionMode)
Sets the drag drop execution mode.
Declaration
public static void SetDragDropExecutionMode(DependencyObject obj, TreeViewDragDropExecutionMode value)
Parameters
System.
|
Tree
|