RatingControl.ItemMouseOver Event
Fires when an end-user hovers over a rating item.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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