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

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