Gets or sets the name of the property that contains the collection of child objects.

Namespace:  C1.Silverlight.OrgChart
Assembly:  C1.Silverlight.OrgChart (in C1.Silverlight.OrgChart.dll)

Syntax

C#
public string ChildItemsPath { get; set; }
Visual Basic
Public Property ChildItemsPath As String
	Get
	Set

Remarks

If you don't specify this property, the control will look for the first property that returns an enumeration of items of the same type as the root item.

See Also