Footer Cell
Footer cells are elements of the view footer and group footer panels, and they display summary values. View footer cells present total summaries, while group footer cells present group summaries. Right-clicking a footer cell activates the footer context menu that enables end-users to set or change the summary type.
The table below lists the main properties affecting element appearance.
Appearance | The GridViewAppearances.FooterPanel and GridViewAppearances.GroupFooter properties. |
Custom Draw Event | The GridView.CustomDrawFooterCell and GridView.CustomDrawRowFooterCell events. |
Contents | The GridView.GroupSummary, GridColumn.SummaryItem, GridView.CustomSummaryCalculate and GridView.CustomSummaryExists members. |
See Also