ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNode Class / AllowDrag Property

In This Topic
    AllowDrag Property (C1TreeViewNode)
    In This Topic
    Allow to node to perform drag.
    Syntax
    'Declaration
     
    Public Property AllowDrag As System.Nullable(Of Boolean)
    public System.Nullable<bool> AllowDrag {get; set;}
    See Also