DxGridModel.ContextMenus Property
Specifies available context menus.
Namespace: DevExpress.ExpressApp.Blazor.Editors.Models
Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| GridContextMenus | A collection of GridContextMenus values. |
Available values:
| Name | Description |
|---|---|
| None | No context menus. |
| Header | The header context menu. |
| Footer | The footer context menu. |
| DataRow | The data row context menu. |
| GroupPanel | The group panel context menu. |
| GroupRow | The group row context menu. |
| GroupFooter | The group footer context menu. |
| All | All context menus. |
Remarks
This member is a wrapper for the DxGrid component’s DxGrid.ContextMenus member. Refer to its description for more information.
See Also