Skip to main content

TdxGridReportLink.OnInitializeBandCell Event

Occurs when a band header in the Grid control’s table view is rendered for the report.

Declaration

property OnInitializeBandCell: TdxGridReportLinkInitializeBandCellEvent read; write;

Remarks

The OnInitializeBandCell event occurs when a band 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.
ABand Specifies the properties of the printed cell.
AnItem Contains data that defines the band header’s representation within the report. Modify the AnItem parameter to change the visual representation of the rendered element.
See Also