ComponentOne OrgChart for UWP
C1.UWP.OrgChart Assembly / C1.Xaml.OrgChart Namespace / C1OrgChart Class / ChildItemsPath Property

In This Topic
    ChildItemsPath Property
    In This Topic
    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