Skip to main content
A newer version of this page is available. .

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.

 

VisualElems_GridView_FooterCell

 

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