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

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

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

Declaration

public bool IsGroupRowMenuEnabled { get; set; }

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