TcxTreeListGetColumnFooterStyleEvent Type
Declaration
TcxTreeListGetColumnFooterStyleEvent = procedure(Sender: TcxCustomTreeList; AColumn: TcxTreeListColumn; ANode: TcxTreeListNode; AFooterItem: TcxTreeListSummaryItem; var AStyle: TcxStyle) of object;
Parameters
| Name | Type |
|---|---|
| Sender | TcxCustomTreeList |
| AColumn | TcxTreeListColumn |
| ANode | TcxTreeListNode |
| AFooterItem | TcxTreeListSummaryItem |
| AStyle | TcxStyle |
See Also