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

In This Topic
    ItemTemplate Property
    In This Topic
    Gets or sets the System.Windows.DataTemplate to apply to items at the current hierarchical level in a HierarchicalDataTemplate.
    Syntax
    'Declaration
     
    
    Public Property ItemTemplate As DataTemplate
    public DataTemplate ItemTemplate {get; set;}
    See Also