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

In This Topic
    Drop Property
    In This Topic
    Configurates the C1.Web.Mvc.TreeView.OnClientDrop client event. Occurs when the user drops a on the C1.Web.Mvc.TreeView.
    Syntax
    'Declaration
     
    Public Property Drop As String
    public string Drop {get; set;}
    Remarks
    Returns true if the event is not cancelled.
    See Also