private void GridConfig()
{
GridGroupSummaryItem item = new GridGroupSummaryItem();
item.FieldName = "group_type";
item.SummaryType = DevExpress.Data.SummaryItemType.Count;
gridView1.GroupSummary.Add(item);
gridView1.Columns["app_type"].GroupIndex = 0;
gridView1.Columns["id"].Width = 70;
}

dev  gridview 设置分组

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-11
  • 2022-03-04
  • 2021-04-29
  • 2022-03-09
  • 2021-08-24
相关资源
相似解决方案