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

RatingControl.ItemMouseOver Event

Fires when an end-user hovers over a rating item.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Events")]
public event ItemEventHandler ItemMouseOver

Event Data

The ItemMouseOver event's data class is DevExpress.XtraEditors.Repository.ItemEventArgs.

Remarks

Leaving the rating item area raises the RatingControl.ItemMouseOut event.

See Also