Back to Devexpress

View Footer

windowsforms-552-controls-and-libraries-data-grid-visual-elements-grid-view-elements-view-footer.md

latest2.3 KB
Original Source

View Footer

  • Dec 22, 2021

The view footer is designed to display total summaries, i.e. summaries calculated for all data rows in a View. The footer contains footer cells displaying summary values for particular columns. Clicking a footer cell invokes the footer context menu.

The table below lists the main properties affecting element appearance.

|

Appearance

|

The GridViewAppearances.FooterPanel property.

| |

Custom Draw Event

|

The GridView.CustomDrawFooter event.

| |

Visibility

|

The GridOptionsView.ShowFooter option.

| |

Height

|

GridView.FooterPanelHeight

| |

Summaries

|

GridColumn.SummaryItem

GridColumn.Summary

|

See Also

Summaries

Working with Total, Group, and Custom Summaries in Code

Appearance and Conditional Formatting

Custom Painting Basics

Elements that Can Be Custom Painted

Custom Painting Scenarios