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

Edited Issue: Assign an Enum to an object type property in a Propertygrid [20036]

$
0
0
Based on discussion https://wpftoolkit.codeplex.com/discussions/452206
Comments: ** Comment from web user: BoucherS **

Fixed in v2.1.

In the meantime, you can go in PropertyGrid/Implementation/DescriptorPropertyDefinitionBase.UpdateAdvanceOptionsForItem method and replace this line :
if( markupProperty != null )
with this line :
if( (markupProperty != null) && (markupProperty.PropertyType != typeof(object)) )


Viewing all articles
Browse latest Browse all 4964

Trending Articles



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