ChildItemsPath Property
ChildItemsPath
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.
Declaration
public string[] ChildItemsPath { get; set; }
Public Property ChildItemsPath As String()