Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomVerticalGridReportLink.OnInitializeRowValueCell Event

In This Article

Occurs before row values are rendered.

#Declaration

Delphi
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