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