TcxGridTableOptionsView.FooterMultiSummaries Property
Determines whether the View’s footer displays multiple footer summaries for columns.
Declaration
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 FooterMultiSummaries property to False disables the FooterAutoHeight option.
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