New to Telerik UI for ASP.NET Core? Download free 30-day trial

ProgressBarTagHelper

Example

<kendo-progressbar>
</kendo-progressbar>

Attributes

Attribute Type Description
name String Sets the name of the component.
animation Boolean The duration of each progress animation in milliseconds.
animation-duration Double The duration of each progress animation in milliseconds.
as-child-component Boolean
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
chunk-count Double Specifies the number of chunks.
enable Boolean If set to false the widget will be disabled. It will still allow changing the value. The widget is enabled by default.
has-client-component Boolean
label String The label that would be used as a aria-label for the ProgressBar element. Will be applied only if ariaRole is set to true.
label-id String The ID of the element that will be used as a label of the ProgressBar. Will be used as a value of the aria-labelledby attribute. Will be applied only if ariaRole is set to true.
max Double The maximum value of the ProgressBar.
min Double The minimum value of the ProgressBar.
on-change String Fired when the value of the ProgressBar has changed. If the progress animation is enabled, the event will be fired after the animation has completed (does not applies to chunk ProgressBar).
on-complete String Fired when the value of the ProgressBar reaches the maximum value.
orientation ProgressBarOrientation Defines the orientation of the ProgressBar.
progressbar-aria-role Boolean If set to true the ProgressBar will have its role attribute set to progressbar. It will also render its aria-valuemin, aria-valuemax, and aria-valuenow attributes.
reverse Boolean Specifies if the progress direction will be reversed.
sanitize-id Boolean
show-status Boolean Specifies if the progress status will be shown.
type ProgressBarType Represents the supported progress types
value Double The underlying value of the ProgressBar. It should be a number or false. Setting the value to false will set the state of the ProgressBar to indeterminate.
In this article
Not finding the help you need?