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.OnInitializeRowValueSeparatorCell Event

In This Article

Occurs before the rendering of row value separators.

#Declaration

Delphi
property OnInitializeRowValueSeparatorCell: TcxVerticalGridReportLinkInitializeRowValueSeparatorCellEvent read; write;

#Remarks

The OnInitializeRowValueSeparatorCell event occurs before the rendering of row value separator cells.

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

The OnInitialize… event allows 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