Issue description
The column type cannot be show in the Add Column window of the DataGridView
Related to #4908
Steps to reproduce
- Clone current repo
- Set "DemoConsole" as startup project and debug the project
- Switch tab to "TabControl and TableLayoutPanel"
- Try to add an Unbound column to DataGridView
Actual:
The column type is empty

Expected:
The column type show up
