Is it possible to have a enum property with child properties in such a way that when the enum is changed the child properties will change? Can this be done using a factory derived from TypeDescriptorFactory or do I need to also create custom IDataAccessor implementations to achieve this?
Example of my current grid where I have two properties Mode and Transport. I would like the nested properties on Transport to be displayed under the enum property Mode. Another possiblity is to have a custom enum editor on the Transport property but still keep its nested properties.
[Modified 9 years ago]