I have a Dataform with EditTemplate, in the EditTemplate, these are a few tabs using TabControl. One the tap has my custom user control with x:Name="ctlAttachment".
How can I reference my control in the code behind? I tried .FindNameInContent, but now work. Please advice, Thanks!