OrgChart for WPF and Silverlight
C1.Silverlight.OrgChart Namespace / C1OrgChart Class / ChildNodes Property

In This Topic
    ChildNodes Property (C1OrgChart)
    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