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

In This Topic
    LoadingItems Property (TreeViewTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.TreeView.OnClientLoadingItems client event. Occurs before the tree items are generated.
    Syntax
    'Declaration
     
    Public Property LoadingItems As String
    public string LoadingItems {get; set;}
    See Also