System.NullReferenceException:“未将对象引用设置到对象的实例。” DevExpress.XtraGrid.Columns.GridColumnCollection.this[string].get 返回 Nothing。
时间: 2024-04-27 15:20:26 浏览: 101
未将对象引用设置到对象的实例 (System.NullReferenceException)
根据引用,List Views现在支持类似于MS Outlook的预览行功能,该功能由XtraGrid和ASPxGridView控件提供。根据引用,DevExpress.XtraScheduler.CustomFieldCollection类不再实现ICollection接口。根据引用,当初始化CollectionSourceBase实例时,CollectionSourceBase.Collection属性现在会引发异常。这意味着在所有Controllers初始化之前,禁止访问Collection。因此,在Controller的OnActivated方法或Activated事件处理程序中无法使用Collection属性。应该使用CollectionSourceBase.CollectionChanged事件代替。根据你提供的问题信息,可能是因为DevExpress.XtraGrid.Columns.GridColumnCollection[this[string]]返回了Nothing,导致System.NullReferenceException异常被抛出。请检查你的代码,确保通过this[string获取的GridColumnCollection不为Nothing。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [DXperienceUniversal 9.1.0(2009年3月13日版本)](https://blog.csdn.net/fosoyo/article/details/3989326)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文