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 Context Menu

Footer context menus enable end-users to specify or change the type of summary calculated for a column. The menu can be invoked by clicking a Footer Cell in the view footer or group footer panels. Only items suitable for the column are enabled in the menu.

 

VisualElems_GridView_FooterContextMenu

 

The table below lists the main properties affecting element appearance.

Availability

The GridOptionsMenu.EnableFooterMenu option.

Contents

Handle the GridView.PopupMenuShowing event to add or remove menu items.

The GridOptionsMenu.ShowAddNewSummaryItem property specifies the visibility of the menu’s Add New Summary item.

Behavior

Handle the GridView.GridMenuItemClick event to implement custom behavior of menu items.

See Also