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

GridControl.GroupPanelMenu Property

Gets or sets the context menu that is invoked when the end-user right-clicks within the Group Panel.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public object GroupPanelMenu { get; set; }

Property Value

Type Description
Object

The UI element invoked when the end-user right-clicks a data cell, a row or within the row indicator panel.

See Also