TdxGridReportLink.OnInitializeHeaderCell Event
In This Article
Occurs when a column header in the Grid control’s table view is rendered for the report.
#Declaration
Delphi
property OnInitializeHeaderCell: TdxGridReportLinkInitializeHeaderCellEvent read; write;
#Remarks
The OnInitializeHeaderCell event occurs when a column header in the Grid control’s table 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. |
AColumn | Refers to the column for which the header is being rendered. |
An |
Contains data that defines the column header’s representation within the report. Modify the An |
See Also