(note: I'm tagging it winforms
yet I think it does apply to WPF as well)
I have a ComboBox and a model class (let's say Person). Person contains multiple public properties (Name, Age, Sex, Adress and so on).
Is there a (standard) way to bind my ComboBox's data source to these properties, so the ComboBox shows "Name", "Age", "Sex" and "Adress" as its list?