WPF Combobox DisplayMemberPath

DisplayMemberPath specifies the path to the display string property for each item. In your case, you’d set it to "Name", not "{Binding Name}".

Leave a Comment