Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1HierarchicalDataTemplate Class
Members

In This Topic
    C1HierarchicalDataTemplate Class
    In This Topic
    Represents a DataTemplate that supports C1HierarchicalPresenter, such as TreeViewItem.
    Object Model
    C1HierarchicalDataTemplate Class
    Syntax
    'Declaration
     
    
    <DictionaryKeyPropertyAttribute("DataTemplateKey")>
    <LocalizabilityAttribute(LocalizationCategory.NeverLocalize)>
    <ContentPropertyAttribute("VisualTree")>
    Public Class C1HierarchicalDataTemplate 
       Inherits System.Windows.DataTemplate
    [DictionaryKeyProperty("DataTemplateKey")]
    [Localizability(LocalizationCategory.NeverLocalize)]
    [ContentProperty("VisualTree")]
    public class C1HierarchicalDataTemplate : System.Windows.DataTemplate 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.FrameworkTemplate
             System.Windows.DataTemplate
                C1.WPF.Core.C1HierarchicalDataTemplate

    See Also