TcxGridTableOptionsView.GroupFooters Property
Specifies whether group footers are visible.
Declaration
property GroupFooters: TcxGridGroupFootersMode read; write; default gfInvisible;
Property Value
Type | Default |
---|---|
TcxGridGroupFootersMode | gfInvisible |
Remarks
The group footer is a panel at the bottom of the group for displaying group summaries. A group summary is displayed in the group footer only if its Position is set to spFooter.
Use the GroupFooters property to specify when group footers are visible. The possible values are:
Value | Description |
---|---|
gfAlwaysvisible | Group footers are always visible |
gfInvisible | Group footers are never visible |
gfVisibleWhenExpanded | Group footers are visible only for expanded group rows |
The default value of the GroupFooters property is gfInvisible.
See Also
TcxGridTableOptionsView.GroupFooters
TcxGridTableOptionsView.GroupFooters