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

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.v18.2.dll

Declaration

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