Back to Devexpress

ASPxClientProgressBar.GetMaximum Method

aspnet-js-aspxclientprogressbar-ef05f9b9.md

latest1.6 KB
Original Source

ASPxClientProgressBar.GetMaximum Method

Gets the maximum range value of the progress bar.

Declaration

ts
GetMaximum(): number

Returns

TypeDescription
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

Maximum

GetMinimum

SetMinimum(min)

SetMaximum(max)

SetMinMaxValues(minValue, maxValue)

Progress Bar

ASPxClientProgressBar Class

ASPxClientProgressBar Members