Gets or sets a value that determines whether the header of the currently selected C1DockTabItem is visible.

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

Syntax

C#
public bool ShowHeader { get; set; }
Visual Basic
Public Property ShowHeader As Boolean
	Get
	Set

See Also