BindingSource::Find Method
.NET Framework (current version)
Find the specified item in the data source.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Find(PropertyDescriptor^, Object^) | Searches for the index of the item that has the given property descriptor. |
![]() | Find(String^, Object^) | Returns the index of the item in the list with the specified property name and value. |
Show:
