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()
 
See Also