GridContextMenuInfoBase.MenuType Property
Gets the context menu’s type.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
| Type |
|---|
| GridContextMenuType |
Available values:
| Name | Description |
|---|---|
| RowCell | Specifies a context menu which can be invoked by right-clicking data cells, rows and the Row Indicator Panel. |
| Column | Specifies a context menu which can be invoked by right-clicking a column’s header. |
| GroupPanel | Specifies a context menu which can be invoked by right-clicking the Group Panel. |
| Common | Specifies a context menu which can be invoked by right-clicking within an empty space within the grid. |
See Also