Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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