ComponentOne Basic Library for UWP
ItemTemplate Property (C1HierarchicalDataTemplate)

C1.UWP Assembly > C1.Xaml 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 Windows.UI.Xaml.DataTemplate
public Windows.UI.Xaml.DataTemplate ItemTemplate {get; set;}
See Also

Reference

C1HierarchicalDataTemplate Class
C1HierarchicalDataTemplate Members