TcxGridGetFooterStyleExEvent Type
In This Article
#Declaration
Delphi
TcxGridGetFooterStyleExEvent = procedure(Sender: TcxGridTableView; ARow: TcxCustomGridRow; AColumn: TcxGridColumn; AFooterGroupLevel: Integer; var AStyle: TcxStyle) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
ARow | Tcx |
AColumn | Tcx |
AFooter |
Integer |
AStyle | Tcx |
See Also