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