Hi all,
I'm using the PropertyGrid control to automatically show all of the properties of a selected item.
By using the 'DisplayName' attribute I can change the displayed text of a property.
One of my properties is an enumeration so it automatically shows a dropdown with the possible enumeration values.
But instead of showing the name of the enumeration field I want another custom text.
Is there any way to accomplish this (attribute on enumeration, converter, custom editor, ....)?
Kind regards,
Arjan