Back to Devexpress

ASPxClientRatingControl Class

aspnet-js-aspxclientratingcontrol.md

latest1.2 KB
Original Source

ASPxClientRatingControl Class

Represents the client-side equivalent of the ASPxRatingControl control.

Declaration

ts
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

ItemClick

Rating Control

ASPxClientRatingControl Members