I have a combobox bound to
list<Tuple<Myobj1,MyObj2>>
I am here trying to find if we can tell combobox by some means that display member is MyObj1.Prop1 concatenated with MyObj2.Prop2
I cant find a direct way to do it, can do it with converters and ways but want to know if we can bind displaymemberPath somehow ?
thanks