The DevExpress Blazor Progress Bar allows you to communicate status information associated with ongoing processes.
Use the Value property to specify the current progress bar value. MinValue and MaxValue properties limit the range of accepted values.
Use the Type property to specify how the Blazor Progress Bar is displayed on-screen. The component supports the following display types:
- Horizontal
- Vertical
- Circular
When progress cannot be estimated or it is not necessary to indicate progress numerically, set the Indeterminate property to true
to display a moving bar.
The default progress bar label displays information about progress status. You can use the following properties to customize the label as needs dictate.
Use the LabelPosition property to position the label relative to a linear progress bar.