ComponentOne ASP.NET MVC Controls
ChildItemsPath Property (TreeView)

C1.Web.Mvc Namespace > TreeView Class : ChildItemsPath Property
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

Reference

TreeView Class
TreeView Members