Back to Devexpress

TcxGridColumnSummary.GroupKind Property

vcl-cxgridtableview-dot-tcxgridcolumnsummary-257d0344.md

latest1.1 KB
Original Source

TcxGridColumnSummary.GroupKind Property

Specifies the calculated group summary type.

Declaration

delphi
property GroupKind: TcxSummaryKind index 2 read; write;

Property Value

TypeDescription
TcxSummaryKind

The active summary type.

|

Remarks

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

When the GroupKind 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 spGroup which designates the group row as the place where the summary value will be displayed.

See Also

TcxGridColumnSummary Class

TcxGridColumnSummary Members

cxGridTableView Unit