Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1HtmlButton Class / Disabled Property

In This Topic
    Disabled Property (C1HtmlButton)
    In This Topic
    The disabled attribute for the button.
    Syntax
    'Declaration
     
    
    Public Property Disabled As Boolean
    public bool Disabled {get; set;}
    See Also