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

GridMenuItemClickEventArgs Properties

Provides data for the GridView.GridMenuItemClick event.
Name Description
AutoFilterCondition Gets the currently processed filter condition (when the GridMenuItemClick event fires for items in the auto-filter row‘s menu).
Column Gets the column whose footer cell or header was clicked to invoke a context menu.
DXMenuItem Gets the clicked menu item.
Handled Gets or sets a value specifying whether default menu item click processing is required after event handler execution.
MenuItem Obsolete. This property is obsolete.
MenuType Gets the type of the context menu whose item was clicked.
SummaryFormat Gets or sets the summary value formatting.
SummaryItem Gets a summary item object corresponding to the footer cell whose menu’s item was clicked.
SummaryItems Gets the View’s group summary items collection.
SummaryType Gets the summary type which is about to be applied.
See Also