Back to Devexpress

GridMenuItemClickEventArgs Members

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridmenuitemclickeventargs-dot-underscore-members.md

latest5.7 KB
Original Source

GridMenuItemClickEventArgs Members

Provides data for the GridView.GridMenuItemClick event.

Constructors

NameDescription
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

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
AutoFilterConditionGets the currently processed filter condition (when the GridMenuItemClick event fires for items in the auto-filter row‘s menu).
ColumnGets the column whose footer cell or header was clicked to invoke a context menu.
DXMenuItemGets the clicked menu item.
HandledGets or sets a value specifying whether default menu item click processing is required after event handler execution.
MenuItemObsolete. This property is obsolete.
MenuTypeGets the type of the context menu whose item was clicked.
SummaryFormatGets or sets the summary value formatting.
SummaryItemGets a summary item object corresponding to the footer cell whose menu’s item was clicked.
SummaryItemsGets the View’s group summary items collection.
SummaryTypeGets the summary type which is about to be applied.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

GridMenuItemClickEventArgs Class

DevExpress.XtraGrid.Views.Grid Namespace