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

In This Article

Occurs before rendering the row indents.

#Declaration

Delphi
property OnInitializeRowIndentCell: TcxVerticalGridReportLinkInitializeRowIndentCellEvent read; write;

#Remarks

The OnInitializeRowHeaderSeparatorCell event occurs before rendering the row indents.

Parameter Description
ARow Specifies the row whose indent is being rendered.
AnIndex Specifies the processed row header’s separator 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