PropertyGrid: InvalidOperationException is thrown when the setter of a property is non-public, it is bound to PropertyDefinition and the binding mode is set to OneWay
2 comments
ADMIN
Yoan
Posted on:06 Mar 2018 16:15
Hi Brian,
Thank you for this additional info.
Brian
Posted on:03 Mar 2017 17:22
It doesn't matter if the Mode=OneWay is explicitly included or not. Just binding it to a property with no public setter causes the exception, even when the PropertyDefinition includes IsReadOnly="True".