BaseListControlFind Method
This is called to find an item in the data source
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int Find(
Object key
)
Public Function Find (
key As Object
) As Integer
public:
int Find(
Object^ key
)
member Find :
key : Object -> int
- key Object
- The item to find in the data source. The ValueMember is searched for
this value if one is specified. If not, the item text is searched for the value.
Int32The index of the found item or -1 if not found