ComponentOne OrgChart for UWP
ChildNodes Property

C1.UWP.OrgChart Assembly > C1.Xaml.OrgChart Namespace > C1OrgChart Class : ChildNodes Property
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

Reference

C1OrgChart Class
C1OrgChart Members