ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TreeView Class / ChildItemsPath Property

In This Topic
    ChildItemsPath Property (TreeView)
    In This Topic
    Gets or sets the name of the property (or properties) that contains the child items for each node. When it is not set, ['items'] will be used.
    Syntax
    'Declaration
     
    Public Property ChildItemsPath As String()
    public string[] ChildItemsPath {get; set;}
    See Also