Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TreeView Class / AllowDragDrop Property

In This Topic
    AllowDragDrop Property (C1TreeView)
    In This Topic
    Gets or sets a value indicating whether this C1TreeView allows drag-and-drop operations.
    Syntax
    'Declaration
     
    
    Public Property AllowDragDrop As Boolean
    public bool AllowDragDrop {get; set;}
    See Also