[]
Gets or sets the name of the property (or properties) used to generate child items in hierarchical data.
public string[] ChildItemsPath { get; set; }
Set this property to an array containing the names of the properties that contain child items at each level, when the items are child items at different levels with different names (e.g.
[ 'Accounts', 'Checks', 'Earnings' ]
).