GridViewContextMenu.MenuType Property
Gets the context menu type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| GridViewContextMenuType | An enumeration values. |
Available values:
| Name | Description |
|---|---|
| GroupPanel | Identifies the group panel context menu. |
| Columns | Identifies the column header context menu. |
| Rows | Identifies a row context menu. |
| Footer | Identifies the footer context menu. |
| GroupFooter | Identifies the group footer context menu. |
See Also