PopupMenu

Top  Previous  Next

Gets or sets the popup menu for the grid in readonly mode.

[Visual Basic .NET]

Public Property PopupMenu As ContextMenuStrip

[C#]

public ContextMenuStrip PopupMenu {get; set;}

 

Remarks

You can leverage this property to pop up a menu containing a few items via right-clicking a row. If the row(s) are sorted by clicking one column header, the menu is invisible.

PopupMenu