Loop WPF melalui baris kisi

foreach (DataRowView dr in grid.ItemsSource)
{
     MessageBox.Show(dr[0]);
}
Yucky Yak