TcxCustomTreeList.OnCustomDrawBackgroundCell Event
Enables you to custom paint the tree list background.
Declaration
property OnCustomDrawBackgroundCell: TcxTreeListCustomDrawBackgroundCellEvent read; write;
Remarks
Sender
specifies the tree list.
ACanvas
specifies the drawing surface.
AViewInfo
returns ViewInfo information used to paint the tree list background.
ADone
specifies if built-in draw procedures 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 the Tree List Background help topic.
See Also