Back to Devexpress

GridViewContextMenuType Enum

aspnet-devexpress-dot-web-57ea0585.md

latest2.5 KB
Original Source

GridViewContextMenuType Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewContextMenuType
vb
Public Enum GridViewContextMenuType

Members

NameDescription
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.

|

The following properties accept/return GridViewContextMenuType values:

Remarks

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

See Also

DevExpress.Web Namespace