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

GridViewBase.IsGroupPanelMenuEnabled Property

Gets or sets whether an end user can right-click the Group Panel to access its context menu.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool IsGroupPanelMenuEnabled { get; set; }

Property Value

Type Description
Boolean

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

Remarks

The following image shows the Group Panel‘s context menu:

Refer to the Context Menus topic for more information.

See Also