Is there ANY way you can persuade a property grid control to use something
else for each property's default value, and not the DefaultValue attribute
(attributes as far as I can see are read-only - is this right?).
I want to base a PropertyGrid control on a single class but to have the
default values for each property different for each instance of the class.
CAN THIS BE DONE ??