Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TreeView Class / HeaderTemplate Property

In This Topic
    HeaderTemplate Property (C1TreeView)
    In This Topic
    Gets or sets the template used to display the contents of the control's header.
    Syntax
    'Declaration
     
    
    Public Property HeaderTemplate As DataTemplate
    public DataTemplate HeaderTemplate {get; set;}
    See Also