TcxTreeListReportLinkInitializeFooterCellEvent Type
Declaration
TcxTreeListReportLinkInitializeFooterCellEvent = procedure(Sender: TcxTreeListCustomReportLink; ASummaryCellIndex: Integer; AColumn: TcxTreeListColumn; AnItem: TdxReportCellString) of object;
Parameters
Name | Type |
---|---|
Sender | TcxTreeListCustomReportLink |
ASummaryCellIndex | Integer |
AColumn | TcxTreeListColumn |
AnItem | TdxReportCellString |
See Also