GridPopupMenuType Enum
Lists values specifying GridControl‘s context menu types.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Members
Name | Description |
---|---|
Header
|
A menu shown when an end-user touches and holds a column header. |
DataRow
|
A context shown when an end-user touches and holds a data row cell. |
GroupRow
|
A menu shown when an end-user touches and holds a group row. |
TotalSummary
|
A menu shown when an end-user touches and holds a total summary panel. |
Related API Members
The following properties accept/return GridPopupMenuType values:
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
Values listed by the GridPopupMenuType enumeration are returned by the PopupMenuEventArgs.MenuType property, which is exposed via the GridControl.PopupMenuCustomization event’s parameter.