CheckedComboBoxEdit.FindString(String, Int32) Method
Searches for the first CheckedComboBoxEdit item that starts with the target text. The search starts from the required item.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
s | String | A String value that is the text to find. |
start |
Int32 | An Int32 value that is a Checked |
#Returns
Type | Description |
---|---|
Int32 | An Int32 value that is the found item’s index within this Checked |
#Remarks
If you need an exact match (an item whose caption is equal to the sought string), use the CheckedComboBoxEdit.FindStringExact method instead.
The FindString method performs a non-case sensitive search. You can use another FindString method overload to additionally specify the search direction.