aspnet-devexpress-dot-web-dot-aspxgridviewcontextmenusettings-60dfa54a.md
Gets the visibility settings of the group panel context menu items.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public GridViewGroupPanelMenuItemVisibility GroupPanelMenuItemVisibility { get; }
Public ReadOnly Property GroupPanelMenuItemVisibility As GridViewGroupPanelMenuItemVisibility
| Type | Description |
|---|---|
| GridViewGroupPanelMenuItemVisibility |
A GridViewGroupPanelMenuItemVisibility object that contains the visibility settings.
|
You can access this nested property as listed below:
| Library | Object Type | Path to GroupPanelMenuItemVisibility |
|---|---|---|
| ASP.NET MVC Extensions | GridViewSettings |
.SettingsContextMenu .GroupPanelMenuItemVisibility
| | MVCxGridViewProperties |
.SettingsContextMenu .GroupPanelMenuItemVisibility
| | ASP.NET Web Forms Controls | ASPxGridView |
.SettingsContextMenu .GroupPanelMenuItemVisibility
| | GridViewProperties |
.SettingsContextMenu .GroupPanelMenuItemVisibility
|
Use the members provided by the GroupPanelMenuItemVisibility property to specify the visibility of the group panel default context menu items.
See Also
Online Demo: Grid - Context Menu
ASPxGridViewContextMenuSettings Class