TcxCustomTreeList.OnCustomDrawIndentCell Event
In This Article
Enables you to custom draw indent cells.
#Declaration
Delphi
property OnCustomDrawIndentCell: TcxTreeListCustomDrawIndentCellEvent read; write;
#Remarks
Sender
specifies the tree list.
ACanvas
specifies the drawing surface.
AViewInfo
returns ViewInfo information used to paint the indent cell.
ADone
specifies if built-in draw routines are executed. Set ADone
to True
, to prevent default code execution.
To learn how to handle this event, refer to the How To Custom Paint Indent Cells help topic.
See Also