Back to Devexpress

ASPxClientComboBox.FindItemByValue(value) Method

aspnet-js-aspxclientcombobox-dot-finditembyvalue-x28-value-x29.md

latest800 B
Original Source

ASPxClientComboBox.FindItemByValue(value) Method

Returns a combo box item by its value.

Declaration

ts
FindItemByValue(
    value: any
): ASPxClientListEditItem

Parameters

NameTypeDescription
valueany

An object that specifies the item’s value.

|

Returns

TypeDescription
ASPxClientListEditItem

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

|

See Also

Combo Box

ASPxClientComboBox Class

ASPxClientComboBox Members