ComponentOne Accordion for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / C1TargetControlBase Class / Enabled Property

In This Topic
    Enabled Property (C1TargetControlBase)
    In This Topic
    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