Based on discussion https://wpftoolkit.codeplex.com/discussions/452206
Comments: ** Comment from web user: BoucherS **
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)) )