Determines whether or not the control will render its group headers.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool ShowTabs { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
Public Property ShowTabs As Boolean

See Also