Tag Archives: GetProperties

Setting the order of properties in an ExpandableObjectConverter

When inheriting from an ExpandableObjectConverter to display custom properties in a PropertyGrid, you will often want to set the order of the properties instead of having them in alphabetical order. To do this you just need to override the GetProperties … Continue reading

Posted in .net, C#, Programming | Tagged , , , , , , | Leave a comment