WPF Check/Uncheck all checkboxes located in a gridview
- by toni
Hi!
I have a gridview with some columns. One of these columns is checkbox type. Then I have two buttons in my UI, one for check all and another for uncheck all. I would like to check all checkboxes in the column when I press the a button and uncheck all checkboxes when I press the another one. How can I do this?
Some snippet code:
…