A newer version of this page is available.
Switch to the current version.
ASPxClientTrackBar.GetItemValue(index) Method
Returns a track bar item's associated value.
Declaration
GetItemValue(index: number): any
Parameters
Name | Type | Description |
---|---|---|
index | number | An integer value that specifies the required item's index. |
Returns
Type | Description |
---|---|
any | An Object that specifies the item's value. |
See Also
Feedback