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

In This Topic
    DragEnd Property
    In This Topic
    Configurates the C1.Web.Mvc.TreeView.OnClientDragEnd client event. Occurs when the user finishes a drag/drop operation, either by dropping a node into a new location or by canceling the operation with the mouse or keyboard.
    Syntax
    'Declaration
     
    Public Property DragEnd As String
    public string DragEnd {get; set;}
    See Also