Skip to main content

TcxCustomVerticalGridReportLink.OnInitializeRowHeaderSeparatorCell Event

Occurs before the row header’s separator cells are rendered.

Declaration

property OnInitializeRowHeaderSeparatorCell: TcxVerticalGridReportLinkInitializeRowHeaderSeparatorCellEvent read; write;

Remarks

The OnInitializeRowHeaderSeparatorCell event occurs before the row header’s separator cells are rendered.

Parameter Description
ARow Specifies the row whose header 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 painting information calculation. Report customization via these events takes less time and is more effective than the custom painting mechanism.

See Also