Demonstration and configuration of the Radzen Blazor ProgressBar component.
As all Radzen Blazor input components the ProgressBar has a Value
property which gets and sets the value of the component. Use @bind-Value
to get the user input. To hide the label use ShowValue="false"
By design Material and Fluent themes do not include a value label inside the ProgressBar. To hide the label use ShowValue="false"
.
By default, the value range is between 0 and 100.
Use the Min
and Max
properties to set a custom range.
Radzen Blazor Components, © 2018-2025 Radzen.
Source Code licensed under
MIT