TcxGridTableOptionsView.FooterMultiSummaries Property
In This Article
Determines whether the View’s footer displays multiple footer summaries for columns.
#Declaration
Delphi
property FooterMultiSummaries: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
If this option is enabled, the footer’s height is automatically adjusted so that each footer line displays the text of a footer summary created for a column. Otherwise, a single summary is displayed per column.
Property Value | Example |
---|---|
False | |
True |
Call the CanShowFooterMultiSummaries function to determine whether the View is set to display multiple summaries per column.
Note
Setting the Footer
To display multiple group footer summaries for columns, set the GroupFooterMultiSummaries property to True.
The default value of the FooterMultiSummaries property is False.
See Also