Gets or sets a value that determines whether the tab strip is shown when the control has only one child.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

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

See Also