ASPxGridViewContextMenuEventArgs.MenuType Property
Gets the currently displayed context menu‘s type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
See Also