Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableOptionsView.GroupFooterMultiSummaries Property

Specifies group footers display multiple group summaries for columns.

#Declaration

Delphi
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