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

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

An integer value specifying the item index.

Returns

Type Description
string

A string that is the specified item tooltip title.

See Also