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

GridViewContextMenuType Enum

Lists values that specify context menu types for the ASPxGridView control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum GridViewContextMenuType

Members

Name Description
GroupPanel

Identifies the group panel context menu.

Columns

Identifies the column header context menu.

Rows

Identifies a row context menu.

Identifies the footer context menu.

GroupFooter

Identifies the group footer context menu.

Remarks

The GridViewContextMenuType type enumerates the possible values for the ASPxGridViewContextMenuEventArgs.MenuType, ASPxGridViewContextMenuItemClickEventArgs.MenuType, and ASPxGridViewContextMenuItemVisibilityEventArgs.MenuType event argument properties.

See Also