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

GridControl.GridMenu Property

Gets or sets the context menu that is invoked when the end-user right-clicks within an empty space within the grid.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

public object GridMenu { get; set; }

Property Value

Type Description
Object

The UI element invoked when the end-user right-clicks within an empty space within the grid.

See Also