ComponentOne OrgChart for UWP
ChildItemsPath Property

C1.UWP.OrgChart Assembly > C1.Xaml.OrgChart Namespace > C1OrgChart Class : ChildItemsPath Property
Gets or sets the name of the property that contains the collection of child objects.
Syntax
'Declaration
 
Public Property ChildItemsPath As System.String
public System.string ChildItemsPath {get; set;}
Remarks
If you don't specify this property, the control will look for the first property that returns an enumeration of items of the same type as the root item.
See Also

Reference

C1OrgChart Class
C1OrgChart Members