Gets or sets a value indicating whether the Web server control is enabled.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[LayoutAttribute(LayoutType.Misc)]
[JsonAttribute(true, true, true)]
[DefaultValueAttribute(true)]
public override bool Enabled { get; set; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Misc)> _
<JsonAttribute(True, True, True)> _
<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