I have a combo box in my WPF project and I would like to have it items defined by a readonly string array in my configuration class. This way I would make it very easy to reconfigure the combo box items.
Is it possible to bind my ItemsSource property to a readonly string[]? How it can be done?
MainWindow :
Configuration File :