summaryP:DotNetNuke.UI.WebControls.DNNMultiStateBox.Enabled

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

Syntax

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

See Also