Enabled

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
public override bool Enabled { get; set; }
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<BrowsableAttribute(False)> _
Public Overrides Property Enabled As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also