TdxGridReportLink.OnInitializeCardRowCaptionCell Event
Occurs when a row caption in the Grid control’s card view is rendered for the report.
Declaration
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. |
AnItem | Contains data that defines the card view’s row caption representation within the report. Modify the AnItem parameter to change the visual representation of the rendered element. |
See Also