Skip to main content

GridOptionsMenu.EnableGroupPanelMenu Property

Gets or sets whether end-users can invoke the group panel context menu.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool EnableGroupPanelMenu { get; set; }

Property Value

Type Default Description
Boolean true

true if end-users can right-click the group panel to invoke its context menu; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableGroupPanelMenu
AdvBandedGridView
.OptionsMenu.EnableGroupPanelMenu
BandedGridView
.OptionsMenu.EnableGroupPanelMenu
GridView
.OptionsMenu.EnableGroupPanelMenu
See Also