Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTreeList.OnCustomDrawBandCell Event

In This Article

Enables you to custom draw band backgrounds.

#Declaration

Delphi
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