TcxGridColumnStyles.GetFooterParams(TcxCustomGridRow,Integer,TcxDataSummaryItem,TcxViewParams) Method
Gets the TcxViewParams record containing information on the footer’s style attributes.
Declaration
procedure GetFooterParams(ARow: TcxCustomGridRow; AFooterGroupLevel: Integer; ASummaryItem: TcxDataSummaryItem; out AParams: TcxViewParams); virtual;
Parameters
Name | Type |
---|---|
ARow | TcxCustomGridRow |
AFooterGroupLevel | Integer |
ASummaryItem | TcxDataSummaryItem |
AParams | TcxViewParams |
Remarks
The ARow parameter specifies a row in which the column’s footer resides.
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 Item column.
The AParams parameter specifies style attributes that the method results in.
See Also