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

In This Topic
    LoadedItems Property (TreeViewTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.TreeView.OnClientLoadedItems client event. Occurs after the tree items have been generated.
    Syntax
    'Declaration
     
    Public Property LoadedItems As String
    public string LoadedItems {get; set;}
    See Also