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

ASPxGridViewContextMenuEventArgs.MenuType Property

Gets the currently displayed context menu‘s type.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MenuType property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also