I am trying to bind two values to a ComboBox display value, but I do not know how to do.
This way does not work:
cboRegion.DisplayMemberPath = \"idregion
You need to use a DataTemplate:
DataTemplate