Back to Devexpress

CheckedComboBoxEdit.FindStringExact Method

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

latest729 B
Original Source

CheckedComboBoxEdit.FindStringExact Method

NameParametersDescription
FindStringExact(String, Int32)s, startIndexSearches for a CheckedComboBoxEdit item whose caption is equal to the target string. The search is performed starting from the desired item.
FindStringExact(String)sSearches for a CheckedComboBoxEdit item whose caption is equal to the target string.