Gets or sets the enable state of the C1SuperPanel.

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

Syntax

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

Field Value

Return Value

true if control is enabled; otherwise, false. The default is true.

See Also