ShowSingleTab Property (C1TabControl)
In This Topic
Gets or sets a value that determines whether the tab strip is shown when the control has only one child.
Syntax
'Declaration
Public Property ShowSingleTab As Boolean
public bool ShowSingleTab {get; set;}
See Also