Skip to main content

TcxGridTableOptionsView.GroupFooterMultiSummaries Property

Determines whether group footers display multiple group summaries for columns.

Declaration

property GroupFooterMultiSummaries: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

If this option is enabled, the height of group footers is automatically adjusted so that each group footer line displays the text of a group summary created for a column. Otherwise, a single summary is displayed per column.

Value Example
False
True

Call the CanShowFooterMultiSummaries function to determine whether the View is set to display multiple summaries per column.

To display multiple footer summaries for columns, set the FooterMultiSummaries property to True.

The default value of the GroupFooterMultiSummaries property is False.

See Also