Back to Devexpress

GridViewBase.IsGroupPanelMenuEnabled Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewbase-a536f36c.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsGroupPanelMenuEnabled { get; set; }
vb
Public Property IsGroupPanelMenuEnabled As Boolean

Property Value

TypeDescription
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

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace