Related resources for DisplayMemberPath
  • Binding to a ComboBox to a Dictionary in Silverlight using MVVM9/26/2010 8:47:20 PM. Often you just need to bind a list of items or observable collection to a combobox, but sometimes its advantageous to bind a dictionary to a combobox. Binding a dictionary in silverlight is a little tricky, so here is how to do it.