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