Back to Devexpress

ASPxGridViewContextMenuSettings.GroupPanelMenuItemVisibility Property

aspnet-devexpress-dot-web-dot-aspxgridviewcontextmenusettings-60dfa54a.md

latest3.2 KB
Original Source

ASPxGridViewContextMenuSettings.GroupPanelMenuItemVisibility Property

Gets the visibility settings of the group panel context menu items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public GridViewGroupPanelMenuItemVisibility GroupPanelMenuItemVisibility { get; }
vb
Public ReadOnly Property GroupPanelMenuItemVisibility As GridViewGroupPanelMenuItemVisibility

Property Value

TypeDescription
GridViewGroupPanelMenuItemVisibility

A GridViewGroupPanelMenuItemVisibility object that contains the visibility settings.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to GroupPanelMenuItemVisibility
ASP.NET MVC ExtensionsGridViewSettings

.SettingsContextMenu .GroupPanelMenuItemVisibility

| | MVCxGridViewProperties |

.SettingsContextMenu .GroupPanelMenuItemVisibility

| | ASP.NET Web Forms Controls | ASPxGridView |

.SettingsContextMenu .GroupPanelMenuItemVisibility

| | GridViewProperties |

.SettingsContextMenu .GroupPanelMenuItemVisibility

|

Remarks

Use the members provided by the GroupPanelMenuItemVisibility property to specify the visibility of the group panel default context menu items.

See Also

Context Menu

Grid Context Menu Items

Context Menu

Grid View

Online Demo: Grid - Context Menu

ASPxGridViewContextMenuSettings Class

ASPxGridViewContextMenuSettings Members

DevExpress.Web Namespace