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

New Post: PropertyGrid Collection Editor - Class types for new objects

$
0
0
Hi,

Try doing the following in your callbacks CollectionControl_ItemAdded and CollectionControl_ItemDeleted :
 var col = sender as CollectionControl;
 if( col != null )
 {
     col.PersistChanges();
 }
It should save the data.

Viewing all articles
Browse latest Browse all 4964

Trending Articles



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