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

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