ShowHeader Property (C1DockTabControl)
In This Topic
Gets or sets a value that determines whether the header of the currently selected
C1DockTabItem is visible.
Syntax
'Declaration
Public Property ShowHeader As Boolean
public bool ShowHeader {get; set;}
See Also