Back to Devexpress

CheckedComboBoxEdit.FindString Method

windowsforms-devexpress-dot-xtraeditors-dot-checkedcomboboxedit-dot-findstring.md

latest1.1 KB
Original Source

CheckedComboBoxEdit.FindString Method

NameParametersDescription
FindString(String, Int32, Boolean)s, startIndex, upDownSearches for the first CheckedComboBoxEdit item that starts with the target text. The search is performed in the specific direction and starts from the required item.
FindString(String, Int32)s, startIndexSearches for the first CheckedComboBoxEdit item that starts with the target text. The search starts from the required item.
FindString(String)sSearches for the first CheckedComboBoxEdit item that starts with the target text.