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 ProgressBar component.
| Name | Type | Default | Description |
|---|---|---|---|
| Name | string | 'progressbar' + index suffix | Unique name of the ProgressBar. |
| Value | number or expression | null | The current value of the ProgressBar |
| Unit | string | % | The unit the ProgressBar |
| ShowValue | boolean | true | Whether to display the value or not |
| Mode | determinate or indeterminate | determinate | Whether the ProgressBar shows a value (determinate) or indeterminate animation |
The only required property of the ProgressBar component is Value. It specifies the current value of the ProgressBar and should be in the range from 0 to 100 as it represents percentage of completion.
You can set the Value to a literal number e.g. 50 or data-bind it by setting it to some expression e.g. ${progressValue}.

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