Skip to main content

ASPxClientRatingControlItemClickEventArgs Members

In This Article
Provides data for the ASPxClientRatingControl.ItemClick event.

#Constructors

Name Description
constructor(processOnServer, index) Initializes a new ASPxClientRatingControlItemClickEventArgs class instance with the specified settings.

#Properties
Show Inherited Hide Inherited

Name Description
index Gets the index of the item related to the event.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
See Also