ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TreeView Class / AllowDragging Property

In This Topic
    AllowDragging Property (TreeView)
    In This Topic
    Gets or sets a value that determines whether users can drag and drop nodes within the TreeView control.
    Syntax
    'Declaration
     
    Public Property AllowDragging As Boolean
    public bool AllowDragging {get; set;}
    See Also