[]
        
(Showing Draft Content)

C1.WinUI.Core.C1HierarchicalDataTemplate

C1HierarchicalDataTemplate Class

Represents a DataTemplate that supports C1HierarchicalPresenter, such as TreeViewItem.

Inheritance
C1HierarchicalDataTemplate
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public class C1HierarchicalDataTemplate : DataTemplate, INotifyPropertyChanged

Constructors

Name Description
C1HierarchicalDataTemplate()

Properties

Name Description
ItemTemplate

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.

ItemsSource

Gets or sets the binding for this data template, which indicates where to find the collection that represents the next level in the data hierarchy.