Ok, I looked at other questions and didn\'t seem to get my answer so hopefully someone here can.
Very simple question why does the DisplayMemberPath property not bin
DisplayMemberPath specifies the path to the display string property for each item. In your case, you'd set it to "Name", not "{Binding Name}".
DisplayMemberPath
"Name"
"{Binding Name}"