OrgChart for WPF and Silverlight | ComponentOne
C1.WPF.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 IList(Of C1OrgChart)
    public IList<C1OrgChart> ChildNodes {get;}
    See Also