Back to Devexpress

IGrid.ContextMenus Property

blazor-devexpress-dot-blazor-dot-igrid-4476a07e.md

latest1.3 KB
Original Source

IGrid.ContextMenus Property

Specifies available context menus.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(GridContextMenus.None)]
GridContextMenus ContextMenus { get; set; }

Property Value

TypeDefaultDescription
GridContextMenusNone

A collection of GridContextMenus values.

|

Available values:

NameDescription
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 additional information and an example.

See Also

IGrid Interface

IGrid Members

DevExpress.Blazor Namespace