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. |
aria-role |
String |
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. |
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. |
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. |
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. |
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. |