Returns the index of the row that has the given System.ComponentModel.PropertyDescriptor.
- property
- The System.ComponentModel.PropertyDescriptor to search on.
- key
- The value of the property parameter to search for.
The index of the row that has the given System.ComponentModel.PropertyDescriptor.
This method will select the first row where the value of the property parameter equals the value of the key parameter.
This method is supported if IBindingList.SupportsSearching is true, otherwise this method throws a NotSupportedException.