ASPxClientComboBox.FindItemByText(text) Method
Returns a combo box item by its text.
Declaration
FindItemByText(
text: string
): ASPxClientListEditItem
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | A string that specifies the item’s text. |
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