Gets or sets a data template that is used to display the [P:Header] in the context of the C1DockTabControl header banner.

Namespace:  C1.Silverlight.Docking
Assembly:  C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)

Syntax

C#
public DataTemplate SelectedHeaderTemplate { get; set; }
Visual Basic
Public Property SelectedHeaderTemplate As DataTemplate
	Get
	Set

Remarks

When this property is null, [P:HeaderTemplate] is used instead.

See Also