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

GridContextMenuType Enum

Lists values that specify the context menu type.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v21.2.dll

Declaration

public enum GridContextMenuType

Members

Name Description
RowCell

The row cell’s context menu.

Column

A column header‘s context menu.

GroupPanel

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