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 ??

Re: PropertyGrid using DefaultValue attribute - MUST IT ?? by JezB

JezB
Fri Jan 09 04:47:32 CST 2004

I've found a way ...

"JezB" <jeremy.bradshaw@blueyonder.co.yk> wrote in message
news:upekqrc1DHA.2572@TK2MSFTNGP12.phx.gbl...
> 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 ??
>
>