TcxTreeListGetColumnStyleEvent Type
In This Article
#Declaration
Delphi
TcxTreeListGetColumnStyleEvent = procedure(Sender: TcxCustomTreeList; AColumn: TcxTreeListColumn; var AStyle: TcxStyle) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
AColumn | Tcx |
AStyle | Tcx |
See Also