Skip to main content

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

NuGet Package: DevExpress.Uwp.Controls

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