ComboBox for ASP.NET Web Forms
Enabled Property (C1TargetControlBase)

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls Namespace > C1TargetControlBase Class : Enabled Property
Gets or sets a value indicating whether the Web server control is enabled.
Syntax
'Declaration
 
Public Overrides Property Enabled As System.Boolean
public override System.bool Enabled {get; set;}

Property Value

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

Reference

C1TargetControlBase Class
C1TargetControlBase Members