Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListOptionsView.GroupFooters Property

Specifies the visibility of group footers.

#Declaration

Delphi
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