Skip to main content
A newer version of this page is available. .

ASPxClientRatingControl.GetValue Method

Returns the value of the ASPxRatingControl.

Declaration

GetValue(): number

Returns

Type Description
number

A decimal value representing the value of the control.

Remarks

Use the GetValue method to access the value being specified for the control. The ASPxClientRatingControl.SetValue method can be used to specify the control’s value.

Use the ASPxRatingControl.Value property to set the control’s value on the server side.

See Also