Hello,
I have a class with a lot of properties of type double. They currently have 10+ decimals. I would like to change the view in the propertygrid so they're only returned with 3 decimals. I was wondering if I could do anything so this would be applied on the property grid instead I'd have to use Math.Round on every returning value in the properties in he class.
Thanks in advance.