ASPxClientRatingControl Events
Represents the client-side equivalent of the ASPxRatingControl control.| Name | Description |
|---|---|
| Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
| ItemClick | Fires on the server after an item has been clicked. |
| ItemMouseOut | Occurs on the client side when the mouse cursor moves outside a rating control item. |
| ItemMouseOver | Occurs on the client side when the mouse cursor is moved into a rating control item. |
See Also