TcxGridGetFooterSummaryStyleEvent Type
Declaration
TcxGridGetFooterSummaryStyleEvent = procedure(AView: TcxGridTableView; ARow: TcxCustomGridRow; AColumn: TcxGridColumn; AFooterGroupLevel: Integer; ASummaryItem: TcxDataSummaryItem; var AStyle: TcxStyle) of object;
Parameters
| Name | Type |
|---|---|
| AView | TcxGridTableView |
| ARow | TcxCustomGridRow |
| AColumn | TcxGridColumn |
| AFooterGroupLevel | Integer |
| ASummaryItem | TcxDataSummaryItem |
| AStyle | TcxStyle |
See Also