ASPxClientRatingControl.GetTitle(index) Method
Gets the item tooltip title specified by the item index.
Declaration
GetTitle(
index: number
): string
Parameters
Name | Type | Description |
---|---|---|
index | number | The item’s index. |
Returns
Type | Description |
---|---|
string | A string that is the specified item tooltip title. |
See Also