Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewContextMenuSettings.GroupPanelMenuItemVisibility Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewGroupPanelMenuItemVisibility GroupPanelMenuItemVisibility { get; }

Property Value

Type Description
GridViewGroupPanelMenuItemVisibility

A GridViewGroupPanelMenuItemVisibility object that contains the visibility settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to GroupPanelMenuItemVisibility
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsContextMenu.GroupPanelMenuItemVisibility
ASP.NET Web Forms Controls ASPxGridView
.SettingsContextMenu.GroupPanelMenuItemVisibility
GridViewProperties
.SettingsContextMenu.GroupPanelMenuItemVisibility
GridViewSettings
.SettingsContextMenu.GroupPanelMenuItemVisibility
GridViewSettings<RowType>
.SettingsContextMenu.GroupPanelMenuItemVisibility
MVCxGridView
.SettingsContextMenu.GroupPanelMenuItemVisibility
MVCxGridViewProperties
.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