IGrid.ContextMenus Property
Specifies available context menus.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
Declaration
[DefaultValue(GridContextMenus.None)]
GridContextMenus ContextMenus { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| GridContextMenus | None | 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
Refer to the ContextMenus property description for more information and an example.
See Also