ASPxClientTrackBar.GetItemText(index) Method
Returns a track bar item’s text.
Declaration
GetItemText(
index: number
): string
Parameters
| Name | Type | Description |
|---|---|---|
| index | number | The required item’s index. |
Returns
| Type | Description |
|---|---|
| string | A String value specifying the track bar item text. |
See Also