Select theme:
Radzen Blazor Studio has replaced Radzen as the primary RAD tool for Blazor applications.
Radzen Blazor Studio offers a modern UI, enhanced features, and improved performance to streamline your development process.
The latest documentation for Radzen Blazor Studio is available here: https://www.radzen.com/blazor-studio/documentation/
Open Radzen Blazor Studio docsThis guide demonstrates how to use the Button component.
| Name | Type | Default | Description |
|---|---|---|---|
| Name | string | 'button' + index suffix | Unique name of the button. |
| Text | string/expression | empty | Button text. |
| Icon | string | null | Button icon. |
| ButtonStyle | string | default/blue-gray | Button style. |

For more info about expressions please visit expressions in our documentation.
![]()

| Name | Type | Default | Description |
|---|---|---|---|
| Click | event | null | Click event of the button. No event arguments. |

For more info about event actions please visit event actions in our documentation.
<rz-button #button0 (click)="button0Click($event)">
</rz-button>
Radzen is free to use. You can also test the premium features for 15 days.
Start FreeSelect theme: