TcxCustomVerticalGridReportLink.OnInitializeRowValueSeparatorCell Event
Occurs before the rendering of row value separators.
Declaration
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