Skip to main content
A newer version of this page is available. .

GridContextMenuInfoBase.MenuType Property

Gets the context menu’s type.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public abstract GridContextMenuType MenuType { get; }

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