Back to Devexpress

BaseListBoxControl.FindItem Method

windowsforms-devexpress-dot-xtraeditors-dot-baselistboxcontrol-dot-finditem.md

latest594 B
Original Source

BaseListBoxControl.FindItem Method

NameParametersDescription
FindItem(Int32, Boolean, ListBoxFindItemDelegate)startIndex, upDown, predicateSearches for the first list box item in the specified direction from the specified index, using a cusom algorithm.
FindItem(Object)itemReturns the index of the specified item.