ASPxClientRatingControl.GetTitle(index) Method
In This Article
Gets the item tooltip title specified by the item index.
#Declaration
TypeScript
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