Skip to main content

ASPxClientTrackBar.GetItemIndexByValue(value) Method

Returns a track bar item index by the item’s value.

Declaration

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