RatingControl.ItemClick Event
Occurs when an end-user clicks a rating item in this RatingControl.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The ItemClick event's data class is DevExpress.XtraEditors.Repository.ItemEventArgs.
Remarks
Note that the ItemClick event is raised only when end-user click a star within this RatingControl. Clicking empty spaces between these items does not raise the ItemClick event. You can modify the distance between items by using the RepositoryItemRatingControl.ItemIndent property.
See Also