Back to Devexpress

Group Footer

windowsforms-1068-controls-and-libraries-tree-list-visual-elements-group-footer.md

latest2.0 KB
Original Source

Group Footer

  • Nov 15, 2019

Group footers display group summaries, i.e. summaries calculated for each group of nodes that have the same parent. Group footers contain footer cells, each corresponding to a column. Footer cells display formatted summary values. These cells can be clicked to invoke the footer context menu.

The table below lists the main properties which affect the element’s appearance:

|

Appearance

|

TreeListAppearanceCollection.GroupFooter

Note : if a Tree List is painted in the Office2003 style, the appearance settings are ignored.

| |

Custom Draw Event

|

TreeList.CustomDrawRowFooter

| |

Visibility

|

TreeListOptionsView.ShowRowFooterSummary

Note

Group footers are forcibly hidden in ‘Matches’ filter mode (see TreeListOptionsFilter.FilterMode).

| |

Summary Type and Format

|

TreeListColumn.RowFooterSummary

TreeListColumn.RowFooterSummaryStrFormat

| |

Print Visibility

|

TreeListOptionsPrint.PrintRowFooterSummary

|

See Also

Summaries

Formatting Summary Values