TcxTreeListOptionsView.GroupFooters Property
In This Article
Specifies the visibility of group footers.
#Declaration
Delphi
property GroupFooters: TcxTreeListGroupFootersMode read; write; default tlgfInvisible;
#Property Value
Type | Default |
---|---|
Tcx |
tlgf |
#Remarks
Options include:
Value | Meaning |
---|---|
tlgf |
Group footers are never displayed. |
tlgf |
Group footers are visible only for expanded nodes. |
tlgf |
Group footers are always visible. |
Use the TreeList control’s Styles.Footer and Styles.ColumnFooter properties, or the Styles.OnGetColumnFooterStyle event, to apply styles to group footers.
The default value of the GroupFooters property is tlgfInvisible.
See Also