Skip to main content

GridContextMenuType Enum

Lists menu types respective to visual elements for which a context menu is invoked.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public enum GridContextMenuType

Members

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.

Related API Members

The following properties accept/return GridContextMenuType values:

See Also