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

RatingControl.ItemClick Event

Occurs when an end-user clicks a rating item in this RatingControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

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