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