Template Binding by default doesnt support Two Way binding.
If you still need to have it, here's the workaround:
<TextBox Text="{Binding Text, RelativeSource={RelativeSource TemplatedParent}"/>
If you still need to have it, here's the workaround:
<TextBox Text="{Binding Text, RelativeSource={RelativeSource TemplatedParent}"/>
No comments:
Post a Comment