GridRowCellContextMenuInfo.MenuType Property
In This Article
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public override GridContextMenuType MenuType { get; }
#Property Value
Type |
---|
Grid |
Available values:
Name | Description |
---|---|
Row |
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. |
Group |
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