P
Pieter
Hi,
I have my own custom BindingList, that inherits from BindingList, and
implements IComponent.
I would like to implement a Find-method, that will allow me to search for a
property of my Items.
So basicly: If my Items in the List have a property Name, I would like to be
able to return with this method all the items that have Name = 'Bill Gates'
etc.
Any idea how I should implement this? Any hints, links, samples would be
really appreciated.
Thanks a lot in advance,
Pieter
I have my own custom BindingList, that inherits from BindingList, and
implements IComponent.
I would like to implement a Find-method, that will allow me to search for a
property of my Items.
So basicly: If my Items in the List have a property Name, I would like to be
able to return with this method all the items that have Name = 'Bill Gates'
etc.
Any idea how I should implement this? Any hints, links, samples would be
really appreciated.
Thanks a lot in advance,
Pieter