TcxGridTableViewStyles.GetFooterParams(TcxCustomGridRow,TcxGridColumn,Integer,TcxDataSummaryItem,TcxViewParams) Method
Gets the TcxViewParams record containing information on the footer’s style attributes.
Declaration
procedure GetFooterParams(ARow: TcxCustomGridRow; AColumn: TcxGridColumn; AFooterGroupLevel: Integer; ASummaryItem: TcxDataSummaryItem; out AParams: TcxViewParams); virtual;
Parameters
Name | Type |
---|---|
ARow | TcxCustomGridRow |
AColumn | TcxGridColumn |
AFooterGroupLevel | Integer |
ASummaryItem | TcxDataSummaryItem |
AParams | TcxViewParams |
Remarks
The ARow and AColumn parameters specify the row and column that the currently processed footer resides in.
The AFooterGroupLevel parameter corresponds to the data group, for which the footer region is drawn (it’s equal to the group column’s GroupIndex property’s value). For View footers, the AFooterGroupLevel value is -1.
The ASummaryItem parameter provides access to the summary object displayed by the AColumn.
The AParams parameter specifies style attributes that the method results in.
See Also