How to read from path in wpf comboboxitem and write into path of binding
- by Chrik
Hi,
I tried to make up an example to show my problem.
My combobox has a list of objects as itemssource. In my example it's a list of Persons. In the combobox i want to show the first name and the last name of the person. But i want to save the last name of the person in the "owner" property of the house-object.
My guess was that i bind the…