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

Header Area Context Menu

The header area context menu can be invoked by right-clicking the header area. This menu allows end-users to:

The table below lists the main properties which affect the menu’s appearance and behavior:

Availability

The pivot grid’s PopupMenus.HeaderAreaMenu.UseBuiltInMenu option.

Contents

To invoke a custom pop-up menu at runtime, specify the menu via the pivot grid’s PopupMenus.HeaderAreaMenu.PopupMenu and set the PopupMenus.HeaderAreaMenu.UseBuiltInMenu property to False. Otherwise, the built-in pop-up menu will be displayed.

The pivot grid’s OptionsCustomize.QuickCustomization and OptionsCustomize.QuickPrefiltering properties control the availability of menu items in the built-in header area context menu.

Handle the pivot grid’s PopupMenus.OnPopup event to customize the contents of the invoked pop-up menu.

Behavior

Handle the pivot grid’s PopupMenus.OnClick event to respond to clicks on menu items.