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.v22.1.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