TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabItem Class / HeaderTemplate Property

In This Topic
    HeaderTemplate Property
    In This Topic
    Gets or sets a data template that is used to display the contents of the control's Header.
    Syntax
    'Declaration
     
    
    Public Property HeaderTemplate As DataTemplate
    public DataTemplate HeaderTemplate {get; set;}
    See Also