Hi,
I have a objectA with a property that return an object B (accessor GET only)
I have defined an ExpandableObjec tConverter on the type B and overrided
CanConvertTo, CanConvertFrom, ...
The problem is that can not edit the object B (the proerty in greyed) in the
propertyGrid (I can edit these properties but not the object directly
because, it doesn't have SET accessor)
In fact, when I edit this object, I woul like to change just the properties
without recreate this object.
It's a simple schema of my problem
Point 12, 0, 0 <- this line is greyed without a SET accessor
X 12
Y 0
Z 0
A solution exists without to define a SET accessor?
I have a objectA with a property that return an object B (accessor GET only)
I have defined an ExpandableObjec tConverter on the type B and overrided
CanConvertTo, CanConvertFrom, ...
The problem is that can not edit the object B (the proerty in greyed) in the
propertyGrid (I can edit these properties but not the object directly
because, it doesn't have SET accessor)
In fact, when I edit this object, I woul like to change just the properties
without recreate this object.
It's a simple schema of my problem
Point 12, 0, 0 <- this line is greyed without a SET accessor
X 12
Y 0
Z 0
A solution exists without to define a SET accessor?
Comment