Is it possible to bind ValueDataType to any attribute of an object?
Now I'm trying to do something like this:
<xctk:ValueRangeTextBox ValueDataType="{Binding PrimitiveType, Mode=OneWay}" />
but an Exception is thrown. Is there any solution?
Thank you for all your work!! :)
↧