I have an application that uses a DataGridView with one column a DataGridViewComboBoxColumn. I can edit the Items Property via the built-in editor to define what is in the drop-down. But I can't work out how to find that property while the program is running, as the application needs to load it from external configuration.
Does anyone know how to find this property at run-time?
Does anyone know how to find this property at run-time?