TcxCustomTreeList.OnCustomDrawBandCell Event
Enables you to custom draw band backgrounds.
Declaration
property OnCustomDrawBandCell: TcxTreeListCustomDrawBandCellEvent read; write;
Remarks
Sender specifies the tree list.
ACanvas specifies the drawing surface.
AViewInfo returns ViewInfo information used to paint the band background.
ADone specifies whether default painting is required. Set ADone to True, to prevent default code execution.
To learn how to handle this event, refer to the How To Custom Paint Band Backgrounds help topic.
See Also