Add IObjectView interface
Status: Beta
Brought to you by:
andrewdavey
I have a situation where i do not know the type of objects inside a BindingListView<>, but i still want to get the underlying objects using the .Object property.
Rather than using reflection to get to the ObjectView<>.Object property, i have added a IObjectView.Object property which just returns the required value.
Patch also available on Launchpad:
http://bazaar.launchpad.net/~halfdan/+junk/BindingListView/revision/28
Patch