How to access datagridcolumn

  • Thread starter Thread starter Mervin Williams
  • Start date Start date
M

Mervin Williams

Can anyone tell me how to access one of the column's DataGridColumn from a
DataRow?

Mervin Williams
 
Mervin,

Mervin Williams said:
Can anyone tell me how to access one of the column's DataGridColumn from a
DataRow?

Mervin Williams

Not that I've ever tried this, but I'd say that your data column is bound to
a grid column by column name. So the column's name would give you the bound
DataGridColumn.

Any reason for doing this?

HTH,
Tom Tempelaere.
 
Back
Top