DataGridRow Cells property

Posted by Michal Krawiec on Stack Overflow See other posts from Stack Overflow or by Michal Krawiec
Published on 2010-03-24T09:54:52Z Indexed on 2010/03/25 14:33 UTC
Read the original article Hit count: 327

Filed under:
|
|

I would like to get to DataGridRow Cells property. It's a table of cells in a current DataGrid. But I cannot get access direct from code nor by Reflection:

var x = dataGridRow.GetType().GetProperty("Cells") //returns null

Is there any way to get this table?

And related question - in Watch window (VS2008) regular properties have an icon of a hand pointing on a sheet of paper. But DataGridRow.Cells has an icon of a hand pointing on a sheet of paper with a little yellow envelope in a left bottom corner - what does it mean?

Thanks for replies.

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about properties