TcxTreeListOptionsView.GroupFooters Property
Specifies the visibility of group footers.
Declaration
property GroupFooters: TcxTreeListGroupFootersMode read; write; default tlgfInvisible;
Property Value
| Type | Default |
|---|---|
| TcxTreeListGroupFootersMode | tlgfInvisible |
Remarks
Options include:
| Value | Meaning |
|---|---|
| tlgfInvisible | Group footers are never displayed. |
| tlgfVisibleWhenExpanded | Group footers are visible only for expanded nodes. |
| tlgfAlwaysVisible | 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