1
Answer

How to check checkbox value in datagrid in WPF

I have checkbox in datagrid in WPF. If I clicked on the checkbox, that checkbox value will be true. How can I access checkbox value in code behind?
Answers (1)