Skip to main content

GridViewBase.IsGroupPanelMenuEnabled Property

Gets or sets whether the Column Context Menu is shown when an end-user right-clicks within the Group Panel.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

[XtraSerializableProperty]
public bool IsGroupPanelMenuEnabled { get; set; }

#Property Value

Type Description
Boolean

true to enable the group panel context menu; otherwise, false.

#Remarks

To learn more, see Context Menus.

See Also