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

In This Topic
    DragOver Property
    In This Topic
    Configurates the C1.Web.Mvc.TreeView.OnClientDragOver client event. Occurs while the user drags a node over other nodes on the C1.Web.Mvc.TreeView.
    Syntax
    'Declaration
     
    Public Property DragOver As String
    public string DragOver {get; set;}
    Remarks
    Returns true if the event is not cancelled.
    See Also