Reputation: 26648
I have a user control which got a property pointing to other control say textbox.
e.g. in XAML
<MyControl TheTextBox="{Binding ????}" />
<TextBox x:Name="MyTextBox" />
How to set TheTextBox to be MyTextBox in XAML?
Thanks
Upvotes: 0
Views: 517