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

In This Topic
    ChildItemsPath Property (C1OrgChart)
    In This Topic
    Gets or sets the name of the property that contains the collection of child objects.
    Syntax
    'Declaration
     
    
    Public Property ChildItemsPath As String
    public string ChildItemsPath {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