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

New Post: PropertyGrid dynamically update SelectedObject binding property

$
0
0
Hi BoucherS,

I got it working by doing this
var propGrid = GetPropertyGrid(this);
 
if (propGrid != null)
{
    var selectedItem = selectedItems.SingleOrDefault();
    propGrid.SelectedObject = selectedItem;
    propGrid.Update();
}
Thank you.

Viewing all articles
Browse latest Browse all 4964

Trending Articles



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