ASPxClientRatingControl.GetValue Method
In This Article
Returns the value of the ASPxRatingControl.
#Declaration
TypeScript
GetValue(): number
#Returns
Type | Description |
---|---|
number | 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