GridMenuItemClickEventArgs Members
Provides data for the GridView.GridMenuItemClick event.Constructors
| Name | Description |
|---|---|
| GridMenuItemClickEventArgs(GridColumn, AutoFilterCondition, DXMenuItem) | Initializes a new instance of the GridMenuItemClickEventArgs class with the specified settings. |
| GridMenuItemClickEventArgs(GridColumn, GridSummaryItemCollection, GridSummaryItem, SummaryItemType, String, GridMenuType, DXMenuItem) | Initializes a new instance of the GridMenuItemClickEventArgs class. |
| GridMenuItemClickEventArgs(GridColumn, GridSummaryItemCollection, GridSummaryItem, SummaryItemType, String, GridMenuType, MenuItem) | Creates and initializes a new GridMenuItemClickEventArgs object. |
Fields
| Name | Description |
|---|---|
| Empty static | Provides a value to use with events that do not have event data. Inherited from EventArgs. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also