RadComboBoxFindItem Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Find item by given predicate.

Namespace:  Telerik.WebAii.Controls.Html
Assembly:  Telerik.WebAii.Controls.Html (in Telerik.WebAii.Controls.Html.dll) Version: 2012.1.411.0 (2012.1.411.0)
Syntax

public RadComboBoxItem FindItem(
	Predicate<RadComboBoxItem> predicate
)

Parameters

predicate
Type: SystemPredicateRadComboBoxItem
The predicate used as a search criteria.

Return Value

Type: RadComboBoxItem
The item found or 'null' if no item matches the given search criteria.
See Also

Reference