GridViewContextMenuType Enum
Lists values that specify context menu types for the ASPxGridView control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
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. |
Related API Members
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