sorry, I'm not sure if that's the correct name.
I mean the default string you get when you perform a ToString() on an object which returns the namespace path (e.g. System.Collections.Generic).
You can already remove this in a propertygrid property by returning string.empty in ToString(), but you have to do that for each class.
Maybe there could be a property to hide that by default.
Thanks.
I mean the default string you get when you perform a ToString() on an object which returns the namespace path (e.g. System.Collections.Generic).
You can already remove this in a propertygrid property by returning string.empty in ToString(), but you have to do that for each class.
Maybe there could be a property to hide that by default.
Thanks.