Gets or sets the DataTemplate to apply to items at the current hierarchical level in a HierarchicalDataTemplate.

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

Syntax

C#
public DataTemplate ItemTemplate { get; set; }
Visual Basic
Public Property ItemTemplate As DataTemplate
	Get
	Set

See Also