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

ASPxClientRatingControl Class

Represents the client-side equivalent of the ASPxRatingControl control.

Declaration

declare class ASPxClientRatingControl extends ASPxClientControl

Remarks

In addition to the common functionality inherited from its ancestor, the ASPxClientRatingControl object allows you to respond to item clicks (ASPxClientRatingControl.ItemClick), and manipulate the control’s value (ASPxClientRatingControl.GetValue, ASPxClientRatingControl.SetValue) and read-only state (ASPxClientRatingControl.GetReadOnly and ASPxClientRatingControl.SetReadOnly).

Inheritance

See Also