TcxCustomGridColumnOptions.GroupFooters Property
In This Article
Specifies whether to display group footers for a grouped column.
#Declaration
Delphi
property GroupFooters: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False to hide group footers for the column.
The default value of the GroupFooters property is True.
See Also