Back to Devexpress

TcxGridColumnSummary.GroupFooterKind Property

vcl-cxgridtableview-dot-tcxgridcolumnsummary-fbf48033.md

latest1.2 KB
Original Source

TcxGridColumnSummary.GroupFooterKind Property

Specifies the group summary type calculated for a column and displayed in group footer panels.

Declaration

delphi
property GroupFooterKind: TcxSummaryKind index 1 read; write;

Property Value

TypeDescription
TcxSummaryKind

The active summary type.

|

Remarks

Refer to the TcxCustomDataSummaryItem.Kind property’s description for the list of possible summary kinds.

When the GroupFooterKind property is set to a value other than skNone (which is the default value for this property) a single summary item is automatically created for the column and added to the View’s group summaries. The item’s Position property is set to spFooter which designates the group footer panel as the place where the summary value will be displayed.

See Also

TcxGridColumnSummary Class

TcxGridColumnSummary Members

cxGridTableView Unit