CheckedComboBoxEdit.FindItem(Int32, Boolean, ListBoxFindItemDelegate) Method
Returns the index of the first CheckedComboBoxEdit item that matches the custom criteria implemented in the predicate delegate method.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
start |
Int32 | An Int32 value that is a Checked |
up |
Boolean | true, to search from the collection’s beginning to its end; otherwise, false. |
predicate | DevExpress. |
A delegate that implements the search criteria. |
#Returns
Type | Description |
---|---|
Int32 | An Int32 value that is the index of the found item within the Repository |
#Remarks
If you need to find an item whose text matches the desired text string, use the CheckedComboBoxEdit.FindString or CheckedComboBoxEdit.FindStringExact methods instead.