ASPxClientTrackBar.GetItemIndexByValue(value) Method
In This Article
Returns a track bar item index by the item’s value.
#Declaration
TypeScript
GetItemIndexByValue(
value: any
): number
#Parameters
Name | Type | Description |
---|---|---|
value | any | An object that specifies the item’s value. |
#Returns
Type | Description |
---|---|
number | The index of the item with the specified value. null (Nothing in Visual Basic) if the item was not found. |
See Also