GridContextMenuType Enum
In This Article
Lists values that specify the context menu type.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Members
Name | Description |
---|---|
Row
|
The row cell’s context menu. |
Column
|
A column header‘s context menu. |
Group
|
The group panel‘s context menu. |
Common
|
An empty space’s context menu. |
#Related API Members
The following properties accept/return GridContextMenuType values:
See Also