ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabItem Class / SelectedHeaderTemplate Property

In This Topic
    SelectedHeaderTemplate Property (C1DockTabItem)
    In This Topic
    Gets or sets a data template that is used to display the Header in the context of the C1DockTabControl header banner.
    Syntax
    'Declaration
     
    Public Property SelectedHeaderTemplate As DataTemplate
    public DataTemplate SelectedHeaderTemplate {get; set;}
    Remarks
    When this property is null, HeaderTemplate is used instead.
    See Also