Gets a list of C1OrgChart objects that represent the child nodes
under this C1OrgChart.
Namespace:
C1.Silverlight.OrgChartAssembly: C1.Silverlight.OrgChart (in C1.Silverlight.OrgChart.dll)
Syntax
C# |
---|
public IList<C1OrgChart> ChildNodes { get; } |
Visual Basic |
---|
Public ReadOnly Property ChildNodes As IList(Of C1OrgChart) Get |