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
ASPxClientControlBase
ASPxClientControl
ASPxClientRatingControl
See Also