ComponentOne Basic Library for WPF and Silverlight
AllowDragDrop Property (C1TreeView)


C1.Silverlight 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 System.Boolean
'Usage
 
Dim instance As C1TreeView
Dim value As System.Boolean
 
instance.AllowDragDrop = value
 
value = instance.AllowDragDrop
public System.bool AllowDragDrop {get; set;}
See Also

Reference

C1TreeView Class
C1TreeView Members