Back to Devexpress

TcxGridColumnSummary.FooterKind Property

vcl-cxgridtableview-dot-tcxgridcolumnsummary-c7efd6a6.md

latest1.2 KB
Original Source

TcxGridColumnSummary.FooterKind Property

Specifies the kind of footer summary to calculate for a column.

Declaration

delphi
property FooterKind: TcxSummaryKind index 0 read; write;

Property Value

Type
TcxSummaryKind

Remarks

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

When the FooterKind property is set to a value other than skNone (which is the default value for this property) a single summary item will be automatically created for a column and added to the View’s footer summaries.

See Also

Creating Summaries

Obtain And Set Summary Values

Summaries

TcxGridColumnSummary Class

TcxGridColumnSummary Members

cxGridTableView Unit