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

In This Topic
    ItemClicked Property (TreeViewTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.TreeView.OnClientItemClicked client event. Occurs when the user clicks an item or presses the Enter key and an item is selected.
    Syntax
    'Declaration
     
    Public Property ItemClicked As String
    public string ItemClicked {get; set;}
    See Also