How do I access via code behind (VB) the controls in a RowDetails DataTemplate?
Example XAML:
In my code behind I have:
Code behind will not recognize the WaiveFeeButton as being directly accessible. How can I set the visibility of this button in code behind?
Rob