WPF Collection List从datagrid itemssource到ListCollectionView

时间:2012-02-03 13:44:09

标签: wpfdatagrid

我是WPF的新手,无法理解为什么会发生这种错误。

我的代码:

List<ReConfigureBeneDiagProcCloneGroup> P = new List<ReConfigureBeneDiagProcCloneGroup>();
P = (List<ReConfigureBeneDiagProcCloneGroup>)ReviewItemsGrid.ItemsSource;

在第二行代码中,我得到以下错误。

Unable to cast object of type 'System.Windows.Data.ListCollectionView' to type 'System.Collections.Generic.List`1[iConfig.Common.Entities.ReConfigure.ReConfigureBeneDiagProcCloneGroup]'

0 个答案:

没有答案