Is there an alternative to load data from a datagridview into a class than to iterate through the datagridview?
IEnumerable myList = myDataGrid.ItemsSource;