ComponentOne DockControl for WPF and Silverlight
SelectedHeaderTemplate Property

C1.WPF.Docking Namespace > C1DockTabItem Class : SelectedHeaderTemplate Property
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 System.Windows.DataTemplate
public System.Windows.DataTemplate SelectedHeaderTemplate {get; set;}
Remarks
When this property is null, HeaderTemplate is used instead.
See Also

Reference

C1DockTabItem Class
C1DockTabItem Members