ASPxGridViewContextMenuEventArgs.MenuType Property
In This Article
Gets the currently displayed context menu‘s type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewContextMenuType MenuType { get; }
#Property Value
Type | Description |
---|---|
Grid |
One of the Grid |
Available values:
Name | Description |
---|---|
Group |
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. |
Group |
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