ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeView Class / AllowDragDrop Property



In This Topic
    AllowDragDrop Property
    In This Topic
    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