Skip to main content

TcxTreeListCustomDrawIndicatorCellEvent Type

Declaration

TcxTreeListCustomDrawIndicatorCellEvent = procedure(Sender: TcxCustomTreeList; ACanvas: TcxCanvas; AViewInfo: TcxTreeListIndicatorCellViewInfo; var ADone: Boolean) of object;

Parameters

Name Type
Sender TcxCustomTreeList
ACanvas TcxCanvas
AViewInfo TcxTreeListIndicatorCellViewInfo
ADone Boolean
See Also