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.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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