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

In This Topic
    DragStart Property
    In This Topic
    Configurates the C1.Web.Mvc.TreeView.OnClientDragStart client event. Occurs when the user starts dragging a node. This event only occurs if the AllowDrag property is set to true.
    Syntax
    'Declaration
     
    Public Property DragStart As String
    public string DragStart {get; set;}
    See Also