我是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]'