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

ASPxGridViewContextMenuItemVisibilityEventArgs.MenuType Property

Gets the currently displayed context menu‘s type.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewContextMenuType MenuType { get; }

Property Value

Type Description
GridViewContextMenuType

One of the GridViewContextMenuType enumeration values identifying the context menu type.

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.

Remarks

The MenuType property allows you to determine the type of element for which a context menu is displayed.

See Also