GridControl 添加 GroupSummary

 this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "Subject", null, "({0} items)")});

posted @ 2010-12-01 16:57  sweetjian  阅读(1163)  评论(0编辑  收藏  举报