Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1HierarchicalDataTemplate Class / ItemTemplate Property

In This Topic
    ItemTemplate Property (C1HierarchicalDataTemplate)
    In This Topic
    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 DataTemplate
    public DataTemplate ItemTemplate {get; set;}
    See Also