Skip to main content

TcxCustomVerticalGridReportLink.OnInitializeRowHeaderCell Event

Occurs before row headers are rendered.

Declaration

property OnInitializeRowHeaderCell: TcxVerticalGridReportLinkInitializeRowHeaderCellEvent read; write;

Remarks

The OnInitializeRowHeaderCell event occurs before row headers are rendered.

Parameter Description
ARow Specifies the row being rendered.
ACellIndex Specifies the processed row’s cell index.
AnItem Provides painting information.

The OnInitialize… events allow customization of report elements during the painting information calculation. Report customization via these events takes less time and is more effective than the custom painting mechanism.

See Also