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

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