Skip to main content

TcxCustomVerticalGridReportLink.OnInitializeRowIndentCell Event

Occurs before rendering the row indents.

Declaration

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