ExtendedBindingListTFindCore Method

This searches for the index of the item that has the specified property descriptor with the specified value.

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected override int FindCore(
	PropertyDescriptor prop,
	Object key
)

Parameters

prop  PropertyDescriptor
The property descriptor used for the search
key  Object
The value of the property to match

Return Value

Int32
Returns the zero-based index of the item that matches the property descriptor and contains the specified value.

See Also