TdxGridReportLink.OnInitializeCardRowDataCell Event
In This Article
Occurs when a data cell in the Grid control’s card view is rendered for the report.
#Declaration
Delphi
property OnInitializeCardRowDataCell: TdxGridReportLinkInitializeCardRowDataCellEvent read; write;
#Remarks
The OnInitializeCardRowDataCell event occurs when a data cell in the Grid control’s card view row is rendered for the report.
Parameter | Description |
---|---|
Sender | Represents the report link that renders the report. |
AView | Refers to the grid view whose element is being rendered. |
ARow | Refers to the card row whose data cell is being rendered. |
ACard | Refers to the card whose data cell is being rendered. |
An |
Contains data that defines the data cell’s representation within the report. Modify the An |
See Also