constructor(index) Constructor
Initializes a new instance of the ASPxClientRatingControlItemMouseEventArgs class.
Declaration
constructor(
index: number
)
Parameters
Name | Type | Description |
---|---|---|
index | number | The index of the item being processed. This value is assigned to the ASPxClientRatingControlItemMouseEventArgs.index property. |
See Also