Skip to main content

GridRowCellContextMenuInfo.MenuType Property

Gets the context menu’s type.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public override GridContextMenuType MenuType { get; }

Property Value

Type Description
GridContextMenuType

The context menu type.

Available values:

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