Hello,
I'd like to edit an expandable object in Property Grid. For instance, when I change the value in one child property, it also changes the result in the parent property, and vice-versa.
ParentProperty (X value); (Y value); (Z value)
ChildXProperty (X value)
ChildYProperty (Y value)
ChildZProperty (Z value)
Let's say ChildX and ChildY are Double, and ChildZ is Integer. Thank you for help.