WPF Bind to class member in code behind
What I’m seeing here is that your window’s class name is Main, that you’ve added a RecordProp property to it, and that you’re now trying to bind to the IsChecked property of the element named RecordProp. I think you’re a little confused about how names work. Adding the x:Name attribute to a XAML element creates … Read more