[I'm pretty new to WPF]
I would like to know how I can obtain the value of a cell or several in WPf, I am currently working on a project and I need to be able to select a cell or several cells and obtain their value. Once this is achieved, I would like to give a button and receive that value from the cells to be able to deal with it within the button event. What method do I have to create in the cs and with what property do I assign that data to that datagrid so that when I press the button I can obtain the value of the cells?
Thanks in advance. Greetings.