edrp.cn的Blog

学习,需要交流,欢迎大家和我共同来学习C#,ASP.NET,MS SQL Server开发Web项目,欢迎大家和我交流

博客园 首页 新随笔 联系 订阅 管理

procedure TShoesErp_Sales_SalesOrderForm.ABcxGrid1ABcxGridDBBandedTableView1CustomDrawCell(
Sender: TcxCustomGridTableView; ACanvas: TcxCanvas;
AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean);
begin

if AViewInfo.RecordViewInfo.Index=ABcxGrid1ABcxGridDBBandedTableView1.DataController.GetFocusedRowIndex then
acanvas.Brush.Color:=clgreen;
end;

posted on 2022-03-30 14:30  edrp.cn  阅读(73)  评论(0编辑  收藏  举报