TcxCustomGridColumnOptions.GroupFooters Property
Specifies whether to display group footers for a grouped column.
Declaration
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