ComponentOne Basic Library for WPF and Silverlight
ItemTemplate Property (C1HierarchicalDataTemplate)


C1.WPF Namespace > C1HierarchicalDataTemplate Class : ItemTemplate Property
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.
Syntax
'Declaration
 
Public Property ItemTemplate As System.Windows.DataTemplate
'Usage
 
Dim instance As C1HierarchicalDataTemplate
Dim value As System.Windows.DataTemplate
 
instance.ItemTemplate = value
 
value = instance.ItemTemplate
public System.Windows.DataTemplate ItemTemplate {get; set;}
See Also

Reference

C1HierarchicalDataTemplate Class
C1HierarchicalDataTemplate Members