Skip to main content

GridContextMenuType Enum

Lists values that specify the context menu type.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

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.

See Also