Gets or sets a value that determines the enable state of this tab.

Namespace:  C1.Web.UI.Controls.C1TabStrip
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, true)]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Gets or sets a value that determines the enable state of this tab.")]
[DefaultValueAttribute(true)]
public override bool Enabled { get; set; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, True)> _
<CategoryAttribute("Behavior")> _
<DescriptionAttribute("Gets or sets a value that determines the enable state of this tab.")> _
<DefaultValueAttribute(True)> _
Public Overrides Property Enabled As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also