New to KendoReact? Learn about KendoReact Free.
Value and Ranges
Updated on Oct 31, 2025
The ProgressBar provides option for setting its value or a range of values and for indicating the progress of an ongoing task.
- To set the value of the ProgressBar, use its
valueoption. - To define the start and end values of the range, use the
minandmaxProgressBar settings respectively. - To indicate that a task is still in progress, set the
valueproperty tonull.
Change Theme
Theme
Loading ...