A newer version of this page is available.
Switch to the current version.
GridOptionsMenu.EnableGroupPanelMenu Property
Gets or sets whether end-users can invoke the group panel context menu.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool EnableGroupPanelMenu { get; set; }
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property EnableGroupPanelMenu As Boolean
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 |
|
BandedGridView |
|
GridView |
|
See Also
Feedback