Skip to main content

ASPxClientComboBox.FindItemByValue(value) Method

Returns a combo box item by its value.

#Declaration

TypeScript
FindItemByValue(
    value: any
): ASPxClientListEditItem

#Parameters

Name Type Description
value any

An object that specifies the item’s value.

#Returns

Type Description
ASPxClientListEditItem

A ASPxClientListEditItem object that represents the combo box item. null (Nothing in Visual Basic) if the item was not found.

See Also