PropertyGrid: how to apply custom editor or custom property resolver? #811
-
Hi, I am trying to use the PropertyGrid control and would like to show a custom UI for a custom property type (a user defined class, let's say TestClass) and I wrote a custom editor (followed documentation here https://hosseini.ninja/handycontrol/extend_controls/propertyGrid/). Now if I understood it correctly the property resolver takes care of the type editor construction when the type is encountered by the PropertyGrid.
Thank you for any info or help! P.S.: It would be nice if the demo covered more advanced topics like customization. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok, found out that all I needed was to use the EditorAttribute accordingly with my editor type. This should go into the docs. |
Beta Was this translation helpful? Give feedback.
Ok, found out that all I needed was to use the EditorAttribute accordingly with my editor type. This should go into the docs.