GridViewBase.IsGroupRowMenuEnabled Property
Gets or sets whether an end user can right-click a Group Row to access its context menu. This is a dependency property.
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 row context menu; otherwise, false. |
Remarks
A Group Row‘s context menu is empty, and the GridControl does not display it when an end user right-clicks the group row. To add menu items to the context menu, use the GridViewBase.GroupRowMenuCustomizations property, or handle the DataViewBase.ShowGridMenu event.
Refer to the Context Menus topic for more information.
See Also