Gets or sets the DataTemplate to apply to the ItemTemplate property on a generated C1HierarchicalPresenter (such as a TreeViewItem), to indicate how to display items from the next level in the data hierarchy.

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

Syntax

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

See Also