Click or drag to resize
CommandifiedListTFind Method
Returns the index of the row that has the given PropertyDescriptor.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public virtual int Find(
	PropertyDescriptor property,
	Object key
)

Parameters

property
Type: System.ComponentModelPropertyDescriptor
The PropertyDescriptor to search on.
key
Type: SystemObject
The value of the property parameter to search for.

Return Value

Type: Int32
The index of the row that has the given PropertyDescriptor.

Implements

IBindingListFind(PropertyDescriptor, Object)
Exceptions
ExceptionCondition
NotSupportedExceptionSupportsSearching is false.
See Also