Example #1
0
 internal DataGridRow GetRowFromItem(object dataItem)
 {
     return(_grid.GetRowFromItem(dataItem));
 }