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. This menu can be invoked by clicking a footer cell in the group footer or summary footer panels. The following image shows the context menu invoked for the summary and group footer cells.

veFooterContextMenu

 

The table below lists the main properties affecting the element’s appearance:

Availability

The TreeListOptionsMenu.EnableFooterMenu option.

Contents

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

Behavior

Handle the TreeList.TreeListMenuItemClick event to implement custom behavior for menu items.

See Also