Back to Devexpress

TcxGridTableOptionsView.GroupFooters Property

vcl-cxgridtableview-dot-tcxgridtableoptionsview-d368c096.md

latest2.1 KB
Original Source

TcxGridTableOptionsView.GroupFooters Property

Specifies whether group footers are visible.

Declaration

delphi
property GroupFooters: TcxGridGroupFootersMode read; write; default gfInvisible;

Property Value

TypeDefault
TcxGridGroupFootersModegfInvisible

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:

ValueDescription
gfAlwaysvisibleGroup footers are always visible
gfInvisibleGroup footers are never visible
gfVisibleWhenExpandedGroup footers are visible only for expanded group rows

The default value of the GroupFooters property is gfInvisible.

See Also

TcxCustomDataController.Summary

TcxCustomGridColumnOptions.GroupFooters

TcxCustomGridColumnOptions.GroupFooters

TcxGridTableOptionsView.GroupFooters

TcxGridTableOptionsView.GroupFooters

TcxTreeListOptionsView.GroupFooters

TcxTreeListOptionsView.GroupFooters

TdxGridReportLinkOptionsView.GroupFooters

TdxGridReportLinkOptionsView.GroupFooters

Summaries

TcxGridTableOptionsView Class

TcxGridTableOptionsView Members

cxGridTableView Unit