PopupMenuEventArgs(GridPopupMenuView, GridPopupMenuType, Int32, GridColumn) Constructor
Initializes a new instance of the PopupMenuEventArgs class with the specified settings.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
public PopupMenuEventArgs(
GridPopupMenuView menu,
GridPopupMenuType menuType,
int rowHandle,
GridColumn column
)
#Parameters
Name | Type | Description |
---|---|---|
menu | DevExpress. |
A DevExpress. |
menu |
Grid |
A Grid |
row |
Int32 | An integer value specifying the handle of the row for which an end-user invokes a popup menu. This value is assigned to the Popup |
column | Grid |
A Grid |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
Instances of the PopupMenuEventArgs class are automatically created, initialized and passed to the corresponding event handlers.