TdxGridReportLinkInitializeCellEvent Type
Declaration
TdxGridReportLinkInitializeCellEvent = procedure(Sender: TdxGridReportLink; AView: TcxCustomGridTableView; ARecord: TcxCustomGridRecord; AColumn: TcxGridColumn; AnItem: TAbstractdxReportCellData) of object;
Parameters
Name | Type |
---|---|
Sender | TdxGridReportLink |
AView | TcxCustomGridTableView |
ARecord | TcxCustomGridRecord |
AColumn | TcxGridColumn |
AnItem | TAbstractdxReportCellData |
See Also