Click or drag to resize
Accord.NET (logo)

SortableBindingListTFindCore Method

Searches for the index of a item with a specific property descriptor and value

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
protected override int FindCore(
	PropertyDescriptor prop,
	Object key
)
Request Example View Source

Parameters

prop
Type: System.ComponentModelPropertyDescriptor
key
Type: SystemObject

Return Value

Type: Int32
See Also