|
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
Syntaxprotected override int FindCore(
PropertyDescriptor prop,
Object key
)
Protected Overrides Function FindCore (
prop As PropertyDescriptor,
key As Object
) As Integer
Request Example
View SourceParameters
- prop
- Type: System.ComponentModelPropertyDescriptor
- key
- Type: SystemObject
Return Value
Type:
Int32
See Also