gridView1.GroupSummary.Add(item1);
如何在代碼中獲取增加的那個item1?
uj5u.com熱心網友回復:
類似:
this.xx.GroupSummary.Where(m=>m.FieldName=xx);
FieldName為group的那個欄位名稱。官網查用法吧,
https://documentation.devexpress.com/WindowsForms/3500/Controls-and-Libraries/Data-Grid/Grouping
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/96234.html
標籤:C#
下一篇:C# 解方程組的方法
