WPF петля через сети

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