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 Fieldset component.
| Name | Type | Default | Description | 
|---|---|---|---|
| Name | string | 'fieldset' + index suffix | Unique name the component. | 
| Text | string | 'Fieldset' | The header text displayed by the fieldset. | 
| AllowCollapse | boolean | false | Allow the user to collapse the fieldset. | 
| Collapsed | boolean | false | Allow the user to collapse the fieldset. | 
| Icon | string | null | Fieldset icon. | 
| HeaderTemplate | string | null | Fieldset header template. | 

| Name | Type | Default | Description | 
|---|---|---|---|
| Collapse | event | null | Fired when the fieldset collapses. No event arguments. | 
| Expand | event | null | Fired when the fieldset expands. No event arguments. | 

Radzen is free to use. You can also test the premium features for 15 days.
Start FreeSelect theme: