ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / FindString Method

In This Topic
    FindString Method (DropDownList)
    In This Topic
    Finds the first row index such that the cell text starts with string s in the column specified by the DisplayMember property.
    Overload List
    OverloadDescription
    Finds the first row index such that the cell text starts with string s in the column specified by the DisplayMember property. (Inherited from C1.Win.C1List.C1List)
    Finds the first row index after startIndex such that the cell text starts with string s in the column specified by the DisplayMember property. (Inherited from C1.Win.C1List.C1List)
    Finds the first row index after startIndex such that the cell text starts with string s in the given column. (Inherited from C1.Win.C1List.C1List)
    Finds the first row index after startIndex such that the cell text starts with string s in the given column. (Inherited from C1.Win.C1List.C1List)
    See Also