BindingSource::Find Method

 

Find the specified item in the data source.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodFind(PropertyDescriptor^, Object^)

Searches for the index of the item that has the given property descriptor.

System_CAPS_pubmethodFind(String^, Object^)

Returns the index of the item in the list with the specified property name and value.

Return to top
Show: