views:

13

answers:

0

As Attributes inherited from interfaces are not returned by the GetAttributes method, the PropertyGrid doesn't show the UITypeEditor associated with a property which is inherited from the Interface.

To get it working I need to add the attribute to every time that implements the Interface.

Is there any method in PropertyGrid that I can override and search the UITypeEditor from the interface level?

I read the MSDN documentation, but couldn't find anything. Anyone know what can be done in this scenario?