WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core 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
    public DataTemplate ItemTemplate {get; set;}
    See Also