Click or drag to resize

ShellListViewHeaderContextMenu Property

Gets or sets the ContextMenuStrip that will be shown if the user rightclicks on the headerbar. Get: If it's null, we generate a list of available columns.

Namespace:  Jam.Shell.WPF.Controls.Winforms
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ContextMenu HeaderContextMenu { get; set; }

Property Value

Type: ContextMenu
See Also