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

In This Topic
    ChildNodes Property
    In This Topic
    Gets a list of C1OrgChart objects that represent the child nodes under this C1OrgChart.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChildNodes As System.Collections.Generic.IList(Of C1OrgChart)
    public System.Collections.Generic.IList<C1OrgChart> ChildNodes {get;}
    See Also