.Net
(WPF) How to Reference column data in GridView that’s inside a ListView?
I have a listview.view and a gridview inside of it to display my objects data. I’m using DisplayMemberBinding to reference the objects fields in the gridview. What I want to do is grab all the Read more…