OrgChart for WPF and Silverlight
C1.Silverlight.OrgChart Namespace / HierarchicalDataTemplate Class / ItemsSource Property

In This Topic
    ItemsSource Property
    In This Topic
    Gets or sets the binding for this data template, which indicates where to find the collection that represents the next level in the data hierarchy.
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As Binding
    public Binding ItemsSource {get; set;}
    See Also