How to get all values of a column in WPF?

  • Thread starter Thread starter loris02
  • Start date Start date
L

loris02

Guest
I have this DataGrid Column:


ParaXML

GRP_Z_TYPE1

GRP_Z_TYPE_1_QTY

GRP_Z_TYPE_3

GRP_Z_TYPE_3_QTY



I put the values from a database into a DataGrid for editing.

How can I get all values of the column "ParaXML" from the DataGrid? I have to check every value of this column.


Thanks in advance.

Continue reading...
 
Back
Top