TcxCustomVerticalGridReportLink.OnCustomDrawRowHeaderSeparatorCell Event
Occurs before the multi editor row separator is painted.
Declaration
property OnCustomDrawRowHeaderSeparatorCell: TcxVerticalGridReportLinkCustomDrawRowHeaderSeparatorCellEvent read; write;
Remarks
The OnCustomDrawRowHeaderSeparatorCell event occurs before painting the row header separator cells.
| Parameter | Description |
|---|---|
| ACanvas | Specifies a TCanvas instance for painting row headers. |
| ARow | Specifies the row being painted. |
| AnIndex | Specifies the processed separator cell’s index. |
| AnItem | Provides painting information. |
| ADone | If True, default drawing routines are not required, otherwise default painting is performed. |
Note, custom painting is extremely resource intensive. In order to customize the report appearance use the OnInitialize… event, which occurs prior to the report being rendered, thus improving performance.
See Also