TdxGridReportLink.OnInitializeCardRowCaptionCell Event
In This Article
Occurs when a row caption in the Grid control’s card view is rendered for the report.
#Declaration
Delphi
property OnInitializeCardRowCaptionCell: TdxGridReportLinkInitializeCardRowCaptionCellEvent read; write;
#Remarks
The OnInitializeCardRowCaptionCell event occurs when a row caption in the Grid control’s card view 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 row whose caption is being rendered. |
An |
Contains data that defines the card view’s row caption representation within the report. Modify the An |
See Also