aspnet-devexpress-dot-web-57ea0585.md
Lists values that specify context menu types for the ASPxGridView control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum GridViewContextMenuType
Public Enum GridViewContextMenuType
| 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.
|
The following properties accept/return GridViewContextMenuType values:
The GridViewContextMenuType type enumerates the possible values for the ASPxGridViewContextMenuEventArgs.MenuType, ASPxGridViewContextMenuItemClickEventArgs.MenuType, and ASPxGridViewContextMenuItemVisibilityEventArgs.MenuType event argument properties.
See Also