Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: Populate Select types combo in CollectionEditor with NewItemTypes

$
0
0
Hi,

For the moment, No. The text that will appear in the ComboBox is the Name of the Type ( a Person in this case ). But if you really need this, create an issue and we will look at it when we have time.

In the meantime, if you want to the listBox to show the something else than <Person>, you can override the ToString method of the Person class :
 public override string ToString()
 {
   return this.FirstName + " " + this.LastName;
 }

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>