Tagged Questions
1
vote
1answer
454 views
WPF pass parent binding object to the converter
I have ItemsControl that is bound to collection of type Student.
Inside the ItemTemplate I have a TextBox that uses IValueConverter to do some custom calculations and logic. I want to pass the actual ...