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

In This Topic
    Source Property (TreeViewTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TreeView.Source. Sets the array that contains the items in C1.Web.Mvc.TreeView. Arrays usually have a hierarchical structure with items that contain child items. There is no fixed limit to the depth of the items.
    Syntax
    'Declaration
     
    Public Property Source As IEnumerable(Of Object)
    public IEnumerable<object> Source {get; set;}
    See Also