Skip to main content

ASPxClientTrackBar.GetItemToolTip(index) Method

Returns a track bar item’s tooltip text.

#Declaration

TypeScript
GetItemToolTip(
    index: number
): string

#Parameters

Name Type Description
index number

The required item’s index.

#Returns

Type Description
string

A String value that specifies the text content of the current item’s tooltip.

See Also