ASPxClientProgressBar.GetMinimum Method
Gets the minimum range value of the progress bar.
Declaration
GetMinimum(): number
Returns
Type | Description |
---|---|
number | The minimum value of the progress bar range. |
Remarks
Use the GetMinimum method to obtain the minimum range of the progress bar on the client side. Use the ASPxClientProgressBar.GetMaximum method to obtain the maximum range.
To specify the minimum and maximum ranges of the progress bar on the client side, use the ASPxClientProgressBar.SetMinimum and ASPxClientProgressBar.SetMaximum properties. You can specify both the (min and max) range values at once, using the ASPxClientProgressBar.SetMinMaxValues method.
See Also