ASPxClientProgressBar.GetMaximum Method
Gets the maximum range value of the progress bar.
Declaration
GetMaximum(): number
Returns
Type | Description |
---|---|
number | The maximum value of the progress bar range. |
Remarks
Use the GetMaximum method to obtain the maximum range of the progress bar on client side. Use the ASPxClientProgressBar.GetMinimum method to obtain the minimum 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 the both (min and max) range values at once, using the ASPxClientProgressBar.SetMinMaxValues method.
See Also