Skip to main content
All docs
V23.2
Tab

GridViewContextMenu.MenuType Property

Gets the context menu type.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewContextMenuType MenuType { get; }

Property Value

Type Description
GridViewContextMenuType

An enumeration values.

Available values:

Name Description
GroupPanel

Identifies the group panel context menu.

Columns

Identifies the column header context menu.

Rows

Identifies a row context menu.

Footer

Identifies the footer context menu.

GroupFooter

Identifies the group footer context menu.

See Also