Skip to main content

TcxGridTableOptionsView.GroupFooterMultiSummaries Property

Specifies 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, only one summary is displayed per column.

Property Value Examples

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.

Default Value

The GroupFooterMultiSummaries property’s default value is False.

See Also