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