TcxTreeListReportLinkCustomDrawBandCellEvent Type
Declaration
TcxTreeListReportLinkCustomDrawBandCellEvent = procedure(Sender: TcxTreeListCustomReportLink; ACanvas: TCanvas; ABand: TcxTreeListBand; AnItem: TdxReportCellImage; var ADone: Boolean) of object;
Parameters
Name | Type |
---|---|
Sender | TcxTreeListCustomReportLink |
ACanvas | TCanvas |
ABand | TcxTreeListBand |
AnItem | TdxReportCellImage |
ADone | Boolean |
See Also