Skip to main content

TcxCustomVerticalGridReportLink.OnInitializeRowValueCell Event

Occurs before row values are rendered.

Declaration

property OnInitializeRowValueCell: TcxVerticalGridReportLinkInitializeRowValueCellEvent read; write;

Remarks

The OnInitializeRowValueCell event occurs before row value cells are rendered.

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

The OnInitialize… events allow customization of the 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