Can we change the text/background color of an individual property in PropertyGrid
I have a .NET PropertyGrid control which displays properties of some class. I want to change the color or font or background color(it doesn't matter just that they look different from the other displayed properties) of some property. I can do with writing custom editor but I was wondering: If an easier method exists? If I use custom editor then how do i change the editor of built-in types like bool, int etc? No can do. The class that determines how an item is drawn is PropertyGridView. The source code is interesting, it almost made it: private /*protected virtual*/ PropertyGridView