ComponentOne FinancialChart for WPF
AllowDragDrop Property



C1.WPF Namespace > C1TreeView Class : AllowDragDrop Property
Gets or sets a value indicating whether this C1TreeView allows drag-and-drop operations.
Syntax
'Declaration
 
Public Property AllowDragDrop As Boolean
'Usage
 
Dim instance As C1TreeView
Dim value As Boolean
 
instance.AllowDragDrop = value
 
value = instance.AllowDragDrop
public bool AllowDragDrop {get; set;}
public:
property bool AllowDragDrop {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1TreeView Class
C1TreeView Members