summaryP:DotNetNuke.UI.WebControls.DNNTab.Enabled

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
[ClientPropertyNameAttribute("enabled")]
[ClientPropertyAttribute]
[DefaultValueAttribute(true)]
public override bool Enabled { get; set; }
Visual Basic
<ClientPropertyNameAttribute("enabled")> 
<ClientPropertyAttribute> 
<DefaultValueAttribute(true)> 
Public Overrides Property Enabled As Boolean
	Get
	Set

See Also