839 B
839 B
layout | title | description | platform | control | documentation |
---|---|---|---|---|---|
post | Set the disabled state in Blazor Button Component | Syncfusion | Checkout and learn here all about Set the disabled state in Syncfusion Blazor Button component and more. | Blazor | Button | ug |
Set the disabled state in Blazor Button Component
Button component can be enabled/disabled by giving Disabled property. To disable Button component, the Disabled
property can be set as true
.
The following example demonstrates Button in Disabled
state.
@using Syncfusion.Blazor.Buttons
<SfButton Disabled="true">Disabled</SfButton>
Output be like