TcxMCListBoxReportLink.OnCustomDrawItem Event
In This Article
Occurs when an item within a multi-column list box editor is drawn.
#Declaration
Delphi
property OnCustomDrawItem: TcxMCListBoxCustomDrawItemEvent read; write;
#Remarks
To implement custom painting of an item in a multi-column list box editor within the report handle the OnCustomDrawItem.
Parameter | Description |
---|---|
ACanvas | Determines the drawing surface. |
ACol | Specifies the column index of an item. |
ARow | Specifies the row index of an item. |
An |
Provides painting information. |
ADone | Determines whether the On |
Note
The On
See Also