标签:devexpress gridview

devexpress gridview中某一列中最大值cell设置背景色

如题,gridview中数据加载后要设置某一列中,设置最大值的那个cell背景色,新手求帮助,要怎么弄。 解决方案 20 1.数据加载的时候,把最大值单元格的RowIndex记录下来Collection<int> 2.用CellPainting事件,假如当前单元格符合条件就改变背景色 20 新手  去官网查询呀。https://search.de……