Skip to main content
A newer version of this page is available. .

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

An Int32 value that is an index of the item with the specified value. null (Nothing in Visual Basic) if the item was not found.

See Also