Change the Object Property

Recommendation

Use the DisplayMemberPath property to change the object property that is displayed in collection controls.

By default, collection controls such as ListBox or ComboBox display the collection objects by using the result of the ToString method. This behaviour can be overridden by setting the DisplayMemberPath property to the name of the object property that should be displayed.