How to set DataGridView columns text format to uppercase by adding new property?
- by Jooj
Hello,
I have a custom DataGridView control and want to set the text format for custom columns in the designer (CellStyle builder).
Let's say I want to make the text format to uppercase. After searching about this I've found some solutions with adding new events and then changing the text format but this is not what I want. I want to add a new property to all designed columns and there set or change the text format.
How to do this?
Thank and best regards.