ASPxClientComboBox.FindItemByText(text) Method
In This Article
Returns a combo box item by its text.
#Declaration
TypeScript
FindItemByText(
text: string
): ASPxClientListEditItem
#Parameters
Name | Type | Description |
---|---|---|
text | string | A string that specifies the item’s text. |
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
See Also