Click or drag to resize

GridViewContextMenu Property

Gets or sets the context menu when right clicking or pressing the menu button on the control.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ContextMenu ContextMenu { get; set; }

Property Value

Type: ContextMenu
The context menu.
See Also