TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / EnableDragDrop Property

In This Topic
    EnableDragDrop Property (C1TreeView)
    In This Topic
    Gets or sets a value indicating whether a simple drag and drop in the tree should be enable or not.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <DefaultValueAttribute(False)>
    <C1DescriptionAttribute("C1TreeView.EnableDragDrop", "Gets or sets a value indicating whether a simple drag and drop in the tree should be enable or not.")>
    Public Property EnableDragDrop As Boolean
    [C1Category("Behavior")]
    [DefaultValue(false)]
    [C1Description("C1TreeView.EnableDragDrop", "Gets or sets a value indicating whether a simple drag and drop in the tree should be enable or not.")]
    public bool EnableDragDrop {get; set;}
    See Also