RatingControlClientSideEvents Properties
Contains a list of the client-side events available for the ASPxRatingControl.| Name | Description |
|---|---|
| Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
| ItemClick | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client ItemClick event. Inherited from ItemClickClientSideEvents. |
| ItemMouseOut | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientRatingControl.ItemMouseOut event. |
| ItemMouseOver | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientRatingControl.ItemMouseOver event. |
See Also