Last updated
Was this helpful?
Adds supports for [System.Windows.Forms.ProgressBar](https://msdn.microsoft.com/es-es/library/system.windows.forms.progressbar(v=vs.110).aspx).
Component Selector: 'wm-progressbar'
Kendo UI Component: Kendo Gauges
ProgressBar extends ControlComponent.
Property
Get
Set
Notify Changes
Details
url: string
Yes
No
No
Url to the remote service which return the combobox items.
timeout: number
No
No
No
Optional input paramenter to specify a request time of data. Three seconds it's the default value.
maximum: number
Yes
Yes
No
Maximum value property.
value: number
Yes
Yes
No
Value property.
Method
Supported
Details
fetchData ()
Yes
Fetch data to update component value field
Event
Supported
Parameter
Details
None
None
None
None
Last updated
Was this helpful?
Was this helpful?